Skip to content

Commit 06fe741

Browse files
authored
Release v4.1.1 (#159)
2 parents 7151d9e + 435d471 commit 06fe741

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

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+
314
## 4.1.0 (2026-02-02)
415

516
<!-- Release notes generated using configuration in .github/release.yml at 4.1-stable -->

lib/alchemy/json_api/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Alchemy
44
module JsonApi
5-
VERSION = "4.1.0"
5+
VERSION = "4.1.1"
66
end
77
end

0 commit comments

Comments
 (0)