diff --git a/CHANGELOG.md b/CHANGELOG.md index 65454ada..2044b4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.0.7](https://github.com/ForestAdmin/forest-rails/compare/v8.0.6...v8.0.7) (2023-05-23) + + +### Bug Fixes + +* **operator:** replace the hard-coded duration by the duration variable ([#621](https://github.com/ForestAdmin/forest-rails/issues/621)) ([776f23d](https://github.com/ForestAdmin/forest-rails/commit/776f23d4afe47a0d41ca65abf9762e1c86504b3e)) + ## [8.0.6](https://github.com/ForestAdmin/forest-rails/compare/v8.0.5...v8.0.6) (2023-05-05) diff --git a/Gemfile.lock b/Gemfile.lock index d9f25b83..ede54b57 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (8.0.6) + forest_liana (8.0.7) arel-helpers bcrypt deepsort diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 5f53549d..2f0a7054 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "8.0.6" + VERSION = "8.0.7" end diff --git a/package.json b/package.json index 0c56ebd3..5220715f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "8.0.6", + "version": "8.0.7", "description": "The official Rails liana for Forest.", "directories": { "test": "test"