Skip to content

Commit

Permalink
chore(release): 7.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [7.2.2](ForestAdmin/forest-rails@v7.2.1...v7.2.2) (2021-09-30)

### Bug Fixes

* **authentication:** fix certificate issues that break the authentication ([#522](ForestAdmin/forest-rails#522)) ([0caa6c5](ForestAdmin/forest-rails@0caa6c5))
  • Loading branch information
alexcru1012 committed Sep 30, 2021
1 parent 64cee85 commit 910bc85
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/forest_liana/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForestLiana
VERSION = "7.2.1"
VERSION = "7.2.2"
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 910bc85

Please sign in to comment.