We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0256e38 commit 7801712Copy full SHA for 7801712
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v2.4.2](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.2) (2025-06-17)
4
+
5
+[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.1...v2.4.2)
6
7
+**Merged pull requests:**
8
9
+- fix\(ingredient/page\_serializer\): Wrap page in decorator [\#96](https://github.com/AlchemyCMS/alchemy-json_api/pull/96) ([tvdeyen](https://github.com/tvdeyen))
10
11
## [v2.4.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.1) (2025-01-24)
12
13
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.0...v2.4.1)
lib/alchemy/json_api/version.rb
@@ -2,6 +2,6 @@
module Alchemy
module JsonApi
- VERSION = "2.4.1"
+ VERSION = "2.4.2"
end
0 commit comments