We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7151d9e + 435d471 commit 06fe741Copy full SHA for 06fe741
2 files changed
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
3
+## 4.1.1 (2026-02-03)
4
+
5
+<!-- Release notes generated using configuration in .github/release.yml at 4.1-stable -->
6
7
+## What's Changed
8
+### Other Changes
9
+* [4.1-stable] feat: Add IngredientColorSerializer (#157) by @alchemycms-bot[bot] in https://github.com/AlchemyCMS/alchemy-json_api/pull/158
10
11
12
+**Full Changelog**: https://github.com/AlchemyCMS/alchemy-json_api/compare/v4.1.0...v4.1.1
13
14
## 4.1.0 (2026-02-02)
15
16
<!-- Release notes generated using configuration in .github/release.yml at 4.1-stable -->
lib/alchemy/json_api/version.rb
@@ -2,6 +2,6 @@
module Alchemy
module JsonApi
- VERSION = "4.1.0"
+ VERSION = "4.1.1"
end
0 commit comments