diff --git a/CHANGELOG.md b/CHANGELOG.md index 71c0240..09d2a3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [7.2.2](https://github.com/ForestAdmin/forest-rails/compare/v7.2.1...v7.2.2) (2021-09-30) + + +### Bug Fixes + +* **authentication:** fix certificate issues that break the authentication ([#522](https://github.com/ForestAdmin/forest-rails/issues/522)) ([0caa6c5](https://github.com/ForestAdmin/forest-rails/commit/0caa6c561055e892504b9df8181ab2142c2ea9d4)) + ## [7.2.1](https://github.com/ForestAdmin/forest-rails/compare/v7.2.0...v7.2.1) (2021-09-29) diff --git a/Gemfile.lock b/Gemfile.lock index c784c8e..0e6a61c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - forest_liana (7.2.1) + forest_liana (7.2.2) arel-helpers bcrypt forestadmin-jsonapi-serializers (>= 0.14.0) diff --git a/lib/forest_liana/version.rb b/lib/forest_liana/version.rb index c6eac22..556178b 100644 --- a/lib/forest_liana/version.rb +++ b/lib/forest_liana/version.rb @@ -1,3 +1,3 @@ module ForestLiana - VERSION = "7.2.1" + VERSION = "7.2.2" end diff --git a/package.json b/package.json index e4dfe61..ef4ef54 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forest-rails", - "version": "7.2.1", + "version": "7.2.2", "description": "The official Rails liana for Forest.", "directories": { "test": "test"