diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b7adad..557dd9f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.3.3](https://github.com/ForestAdmin/forest-rails/compare/v8.3.2...v8.3.3) (2024-09-18) + + +### Bug Fixes + +* **association:** return bad request if associated record is not destroy on 8.x.x ([#689](https://github.com/ForestAdmin/forest-rails/issues/689)) ([d3d31e2](https://github.com/ForestAdmin/forest-rails/commit/d3d31e2ff5d4919aeea977333383982df43d0c3d)) + ## [8.3.2](https://github.com/ForestAdmin/forest-rails/compare/v8.3.1...v8.3.2) (2024-05-16) diff --git a/Gemfile.lock b/Gemfile.lock index a172ade7..f9d8e06b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (8.3.2) + forest_liana (8.3.3) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 05eed921..d24ede74 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "8.3.2" + VERSION = "8.3.3" end diff --git a/package.json b/package.json index d0b46c49..93d49070 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "8.3.2", + "version": "8.3.3", "description": "The official Rails liana for Forest.", "directories": { "test": "test"