diff --git a/CHANGELOG.md b/CHANGELOG.md index 614d36bb..974f7789 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.3.5](https://github.com/ForestAdmin/forest-rails/compare/v9.3.4...v9.3.5) (2024-05-16) + + +### Bug Fixes + +* **security:** patch nokogiri dependency vulnerabilities ([#675](https://github.com/ForestAdmin/forest-rails/issues/675)) ([dba08fb](https://github.com/ForestAdmin/forest-rails/commit/dba08fb82d3fe8a490565c30f876ffe68c6d8515)) + ## [9.3.4](https://github.com/ForestAdmin/forest-rails/compare/v9.3.3...v9.3.4) (2024-05-16) diff --git a/Gemfile.lock b/Gemfile.lock index eb5ce710..6d283e4c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (9.3.4) + forest_liana (9.3.5) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 6463d4d5..b96cb1a3 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "9.3.4" + VERSION = "9.3.5" end diff --git a/package.json b/package.json index 7161469e..c0cc2e21 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "9.3.4", + "version": "9.3.5", "description": "The official Rails liana for Forest.", "directories": { "test": "test"