Skip to content

Commit

Permalink
chore(release): 6.6.3 [skip ci]
Browse files Browse the repository at this point in the history
## [6.6.3](v6.6.2...v6.6.3) (2021-09-30)

### Bug Fixes

* **authentication:** fix certificate issues that break the authentication ([#524](#524)) ([6526b85](6526b85))
  • Loading branch information
forest-bot committed Sep 30, 2021
1 parent 6526b85 commit b72806c
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 @@
## [6.6.3](https://github.com/ForestAdmin/forest-rails/compare/v6.6.2...v6.6.3) (2021-09-30)


### Bug Fixes

* **authentication:** fix certificate issues that break the authentication ([#524](https://github.com/ForestAdmin/forest-rails/issues/524)) ([6526b85](https://github.com/ForestAdmin/forest-rails/commit/6526b858e76206047fa265e583a74042302b9436))

## [6.6.2](https://github.com/ForestAdmin/forest-rails/compare/v6.6.1...v6.6.2) (2021-06-16)


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 (6.6.2)
forest_liana (6.6.3)
arel-helpers
bcrypt
groupdate (>= 5.0.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 = "6.6.2"
VERSION = "6.6.3"
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": "6.6.2",
"version": "6.6.3",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
Expand Down

0 comments on commit b72806c

Please sign in to comment.