Skip to content

Commit 3806b73

Browse files
committed
chore(release): 6.0.0-beta.1 [skip ci]
# [6.0.0-beta.1](v5.2.3...v6.0.0-beta.1) (2020-12-09) ### Features * **auth:** authenticate using oidc ([#383](#383)) ([b535ab4](b535ab4)) ### BREAKING CHANGES * **auth:** New authentication system. The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.
1 parent 3bd28d9 commit 3806b73

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
# [6.0.0-beta.1](https://github.com/ForestAdmin/forest-rails/compare/v5.2.3...v6.0.0-beta.1) (2020-12-09)
2+
3+
4+
### Features
5+
6+
* **auth:** authenticate using oidc ([#383](https://github.com/ForestAdmin/forest-rails/issues/383)) ([b535ab4](https://github.com/ForestAdmin/forest-rails/commit/b535ab4e7e7e371c93d01bdb41c6006bd9acc7cd))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* **auth:** New authentication system.
12+
The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.
13+
114
## [5.2.3](https://github.com/ForestAdmin/forest-rails/compare/v5.2.2...v5.2.3) (2020-12-02)
215

316

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
forest_liana (5.2.3)
4+
forest_liana (6.0.0-beta.1)
55
arel-helpers
66
base32
77
bcrypt

lib/forest_liana/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module ForestLiana
2-
VERSION = "5.2.3"
2+
VERSION = "6.0.0-beta.1"
33
end

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "forest-rails",
3-
"version": "5.2.3",
3+
"version": "6.0.0-beta.1",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)