diff --git a/CHANGELOG.md b/CHANGELOG.md index a2da6d58..c9ed0703 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.3](https://github.com/ForestAdmin/forest-rails/compare/v9.1.2...v9.1.3) (2024-02-28) + + +### Bug Fixes + +* **security:** patch ip dependency vulnerabilities ([#652](https://github.com/ForestAdmin/forest-rails/issues/652)) ([1b25da8](https://github.com/ForestAdmin/forest-rails/commit/1b25da850e43ae0cf03f569ea9b1d68142b81878)) + ## [9.1.2](https://github.com/ForestAdmin/forest-rails/compare/v9.1.1...v9.1.2) (2024-02-28) diff --git a/Gemfile.lock b/Gemfile.lock index f52e4281..2f93ec94 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.1.2) + forest_liana (9.1.3) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index d8757d51..85e80008 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.1.2" + VERSION = "9.1.3" end diff --git a/package.json b/package.json index 705fb97f..545b7bb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.1.2", + "version": "9.1.3", "description": "The official Rails liana for Forest.", "directories": { "test": "test"