From 435d471ef3b327f99b3ff6762c3f7a56261bb9df Mon Sep 17 00:00:00 2001 From: alchemycms-bot Date: Tue, 3 Feb 2026 15:45:28 +0000 Subject: [PATCH] Release v4.1.1 --- CHANGELOG.md | 11 +++++++++++ lib/alchemy/json_api/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f837a3..9aaac64 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 4.1.1 (2026-02-03) + + + +## What's Changed +### Other Changes +* [4.1-stable] feat: Add IngredientColorSerializer (#157) by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/158 + + +**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.1.0...v4.1.1 + ## 4.1.0 (2026-02-02) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 05aa6fc..be95ef9 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -2,6 +2,6 @@ module Alchemy module JsonApi - VERSION = "4.1.0" + VERSION = "4.1.1" end end