From 3a8a8957c126ebf4df8940c377ec1cb365b36886 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Tue, 7 May 2024 11:55:46 +0200 Subject: [PATCH] Bump alchemy-json_api to 2.1.0 --- CHANGELOG.md | 11 +++++++++++ lib/alchemy/json_api/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e87885..bd06bfe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [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) + +**Merged pull requests:** + +- Standard linting [\#78](https://github.com/AlchemyCMS/alchemy-json_api/pull/78) ([tvdeyen](https://github.com/tvdeyen)) +- 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)) + ## [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) diff --git a/lib/alchemy/json_api/version.rb b/lib/alchemy/json_api/version.rb index 4e63f33..0486d2f 100644 --- a/lib/alchemy/json_api/version.rb +++ b/lib/alchemy/json_api/version.rb @@ -2,6 +2,6 @@ module Alchemy module JsonApi - VERSION = "2.0.1" + VERSION = "2.1.0" end end