Skip to content

Commit

Permalink
Bump alchemy-json_api to 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdeyen committed May 16, 2024
1 parent 1bd7cc0 commit f38b202
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
15 changes: 11 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v2.2.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.2.0) (2024-05-16)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.1.0...v2.2.0)

**Merged pull requests:**

- Do not convert cache duration to hours [\#81](https://github.com/AlchemyCMS/alchemy-json_api/pull/81) ([mamhoff](https://github.com/mamhoff))
- Improve etag generation [\#80](https://github.com/AlchemyCMS/alchemy-json_api/pull/80) ([mamhoff](https://github.com/mamhoff))
- Fix specs by traveling to the past [\#79](https://github.com/AlchemyCMS/alchemy-json_api/pull/79) ([mamhoff](https://github.com/mamhoff))

## [v2.1.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.1.0) (2024-05-07)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v2.0.1...v2.1.0)
Expand All @@ -10,15 +20,12 @@
- CI fixes [\#77](https://github.com/AlchemyCMS/alchemy-json_api/pull/77) ([tvdeyen](https://github.com/tvdeyen))
- 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))
- Allow jsonapi.rb 2.x [\#75](https://github.com/AlchemyCMS/alchemy-json_api/pull/75) ([mamhoff](https://github.com/mamhoff))
- Fix page search [\#71](https://github.com/AlchemyCMS/alchemy-json_api/pull/71) ([tvdeyen](https://github.com/tvdeyen))

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

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

**Merged pull requests:**

- Fix page search [\#71](https://github.com/AlchemyCMS/alchemy-json_api/pull/71) ([tvdeyen](https://github.com/tvdeyen))

## [v2.0.0](https://github.com/AlchemyCMS/alchemy-json_api/tree/v2.0.0) (2023-03-31)

[Full Changelog](https://github.com/AlchemyCMS/alchemy-json_api/compare/v1.2.0...v2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/alchemy/json_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Alchemy
module JsonApi
VERSION = "2.1.0"
VERSION = "2.2.0"
end
end

0 comments on commit f38b202

Please sign in to comment.