Skip to content

Commit 8e48b64

Browse files
committed
Bump alchemy-json_api to 2.4.1
1 parent 732d33e commit 8e48b64

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
311
## [v2.4.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.4.0) (2025-01-09)
412

513
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.3.0...v2.4.0)

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 = "2.4.0"
5+
VERSION = "2.4.1"
66
end
77
end

0 commit comments

Comments
 (0)