We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 732d33e commit 8e48b64Copy full SHA for 8e48b64
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
3
+## [v2.4.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.1) (2025-01-24)
4
+
5
+[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.4.0...v2.4.1)
6
7
+**Merged pull requests:**
8
9
+- Test Alchemy 7.4 [\#95](https://github.com/AlchemyCMS/alchemy-json_api/pull/95) ([tvdeyen](https://github.com/tvdeyen))
10
11
## [v2.4.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.0) (2025-01-09)
12
13
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.3.0...v2.4.0)
lib/alchemy/json_api/version.rb
@@ -2,6 +2,6 @@
module Alchemy
module JsonApi
- VERSION = "2.4.0"
+ VERSION = "2.4.1"
end
0 commit comments