diff --git a/CHANGELOG.md b/CHANGELOG.md index 49a9057b..bd5f8eac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.3](https://github.com/ForestAdmin/forest-rails/compare/v8.0.2...v8.0.3) (2023-04-06) + + +### Bug Fixes + +* **permissions:** use forest collection name for check the permission ([#616](https://github.com/ForestAdmin/forest-rails/issues/616)) ([a35646f](https://github.com/ForestAdmin/forest-rails/commit/a35646f4c39cb151aed14e52e1be1099b1946fd9)) + ## [8.0.2](https://github.com/ForestAdmin/forest-rails/compare/v8.0.1...v8.0.2) (2023-03-22) diff --git a/Gemfile.lock b/Gemfile.lock index fb2fadac..1ab06885 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (8.0.2) + forest_liana (8.0.3) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index e234fee7..8c3e07e3 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "8.0.2" + VERSION = "8.0.3" end diff --git a/package.json b/package.json index 7b180c76..d827b785 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "8.0.2", + "version": "8.0.3", "description": "The official Rails liana for Forest.", "directories": { "test": "test"