Skip to content

Commit f38b202

Browse files
committed
Bump alchemy-json_api to 2.2.0
1 parent 1bd7cc0 commit f38b202

File tree

2 files changed

+12
-5
lines changed

2 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [v2.2.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.2.0) (2024-05-16)
4+
5+
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.1.0...v2.2.0)
6+
7+
**Merged pull requests:**
8+
9+
- Do not convert cache duration to hours [\#81](https://github.com/AlchemyCMS/alchemy-json_api/pull/81) ([mamhoff](https://github.com/mamhoff))
10+
- Improve etag generation [\#80](https://github.com/AlchemyCMS/alchemy-json_api/pull/80) ([mamhoff](https://github.com/mamhoff))
11+
- Fix specs by traveling to the past [\#79](https://github.com/AlchemyCMS/alchemy-json_api/pull/79) ([mamhoff](https://github.com/mamhoff))
12+
313
## [v2.1.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.1.0) (2024-05-07)
414

515
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.1...v2.1.0)
@@ -10,15 +20,12 @@
1020
- CI fixes [\#77](https://github.com/AlchemyCMS/alchemy-json_api/pull/77) ([tvdeyen](https://github.com/tvdeyen))
1121
- fix\(HTTP Cache\): Use cache\_key\_with\_version for etag [\#76](https://github.com/AlchemyCMS/alchemy-json_api/pull/76) ([tvdeyen](https://github.com/tvdeyen))
1222
- Allow jsonapi.rb 2.x [\#75](https://github.com/AlchemyCMS/alchemy-json_api/pull/75) ([mamhoff](https://github.com/mamhoff))
23+
- Fix page search [\#71](https://github.com/AlchemyCMS/alchemy-json_api/pull/71) ([tvdeyen](https://github.com/tvdeyen))
1324

1425
## [v2.0.1](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.1) (2023-07-18)
1526

1627
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.0...v2.0.1)
1728

18-
**Merged pull requests:**
19-
20-
- Fix page search [\#71](https://github.com/AlchemyCMS/alchemy-json_api/pull/71) ([tvdeyen](https://github.com/tvdeyen))
21-
2229
## [v2.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.0) (2023-03-31)
2330

2431
[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.2.0...v2.0.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.1.0"
5+
VERSION = "2.2.0"
66
end
77
end

0 commit comments

Comments
 (0)