We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c5d503 commit 9a7278aCopy full SHA for 9a7278a
2 files changed
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v2.4.3](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.3) (2025-06-17)
4
+
5
+[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.2...v2.4.3)
6
7
+**Merged pull requests:**
8
9
+- Fix ingredient page serializer again [\#98](https://github.com/AlchemyCMS/alchemy-json_api/pull/98) ([tvdeyen](https://github.com/tvdeyen))
10
11
## [v2.4.2](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.2) (2025-06-17)
12
13
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.1...v2.4.2)
lib/alchemy/json_api/version.rb
@@ -2,6 +2,6 @@
module Alchemy
module JsonApi
- VERSION = "2.4.2"
+ VERSION = "2.4.3"
end
0 commit comments