Skip to content

Commit

Permalink
chore(release): 6.0.0-beta.2 [skip ci]
Browse files Browse the repository at this point in the history
# [6.0.0-beta.2](v6.0.0-beta.1...v6.0.0-beta.2) (2020-12-09)

### Bug Fixes

* **gemfile:** gemfile.lock forest_liana version mismatch ([#401](#401)) ([60ceaf1](60ceaf1))

### Features

* **auth:** authenticate using oidc ([#400](#400)) ([4898b73](4898b73))

### BREAKING CHANGES

* **auth:** Introduces a new authentication system.
- The application_url property is required to initialize ForestLiana,
- CORS rules must be adapted (to allow null origins).
  • Loading branch information
forest-bot committed Dec 9, 2020
1 parent 60ceaf1 commit 7b5fced
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# [6.0.0-beta.2](https://github.com/ForestAdmin/forest-rails/compare/v6.0.0-beta.1...v6.0.0-beta.2) (2020-12-09)


### Bug Fixes

* **gemfile:** gemfile.lock forest_liana version mismatch ([#401](https://github.com/ForestAdmin/forest-rails/issues/401)) ([60ceaf1](https://github.com/ForestAdmin/forest-rails/commit/60ceaf195371c56ee327cffbd40e8b85bf42ea3a))


### Features

* **auth:** authenticate using oidc ([#400](https://github.com/ForestAdmin/forest-rails/issues/400)) ([4898b73](https://github.com/ForestAdmin/forest-rails/commit/4898b73bc70bf3a4828d7cdf63cd642add10b643))


### BREAKING CHANGES

* **auth:** Introduces a new authentication system.
- The application_url property is required to initialize ForestLiana,
- CORS rules must be adapted (to allow null origins).

# [6.0.0-beta.1](https://github.com/ForestAdmin/forest-rails/compare/v5.2.3...v6.0.0-beta.1) (2020-12-09)


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.0.0.pre.beta.1)
forest_liana (6.0.0-beta.2)
arel-helpers
base32
bcrypt
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.0.0-beta.1"
VERSION = "6.0.0-beta.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": "6.0.0-beta.1",
"version": "6.0.0-beta.2",
"description": "The official Rails liana for Forest.",
"directories": {
"test": "test"
Expand Down

0 comments on commit 7b5fced

Please sign in to comment.