diff --git a/CHANGELOG.md b/CHANGELOG.md index 82430950..3ba94e41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [6.3.1](https://github.com/ForestAdmin/forest-rails/compare/v6.3.0...v6.3.1) (2021-04-13) + + +### Bug Fixes + +* **authentication:** fix authentication errors after deploying a new instance with the same code (#gb01xz) ([#447](https://github.com/ForestAdmin/forest-rails/issues/447)) ([e2d1e37](https://github.com/ForestAdmin/forest-rails/commit/e2d1e374419fe7231374960e1cb279648b47882f)), closes [#gb01](https://github.com/ForestAdmin/forest-rails/issues/gb01) + # [6.3.0](https://github.com/ForestAdmin/forest-rails/compare/v6.2.3...v6.3.0) (2021-04-12) diff --git a/Gemfile.lock b/Gemfile.lock index 95b22653..55dbe282 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (6.3.0) + forest_liana (6.3.1) arel-helpers bcrypt groupdate (= 2.5.2) diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index 5e6acc4c..127cdce0 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "6.3.0" + VERSION = "6.3.1" end diff --git a/package.json b/package.json index f3a28820..f2b790a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "6.3.0", + "version": "6.3.1", "description": "The official Rails liana for Forest.", "directories": { "test": "test"