diff --git a/CHANGELOG.md b/CHANGELOG.md index f60b171d..c02fc9f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.6](https://github.com/ForestAdmin/forest-rails/compare/v9.1.5...v9.1.6) (2024-02-28) + + +### Bug Fixes + +* **security:** patch http-cache-semantics dependency vulnerabilities ([#655](https://github.com/ForestAdmin/forest-rails/issues/655)) ([9a7b7bc](https://github.com/ForestAdmin/forest-rails/commit/9a7b7bc0c68dc13210965b1a64be6b5bed594301)) + ## [9.1.5](https://github.com/ForestAdmin/forest-rails/compare/v9.1.4...v9.1.5) (2024-02-28) diff --git a/Gemfile.lock b/Gemfile.lock index 43227c38..71ecab49 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.1.5) + forest_liana (9.1.6) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 7d612a6f..e16d4859 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.1.5" + VERSION = "9.1.6" end diff --git a/package.json b/package.json index cc375c8f..121c7895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.1.5", + "version": "9.1.6", "description": "The official Rails liana for Forest.", "directories": { "test": "test"