Skip to content

Commit 7b5fced

Browse files
committed
chore(release): 6.0.0-beta.2 [skip ci]
# [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).
1 parent 60ceaf1 commit 7b5fced

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# [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)
2+
3+
4+
### Bug Fixes
5+
6+
* **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))
7+
8+
9+
### Features
10+
11+
* **auth:** authenticate using oidc ([#400](https://github.com/ForestAdmin/forest-rails/issues/400)) ([4898b73](https://github.com/ForestAdmin/forest-rails/commit/4898b73bc70bf3a4828d7cdf63cd642add10b643))
12+
13+
14+
### BREAKING CHANGES
15+
16+
* **auth:** Introduces a new authentication system.
17+
- The application_url property is required to initialize ForestLiana,
18+
- CORS rules must be adapted (to allow null origins).
19+
120
# [6.0.0-beta.1](https://github.com/ForestAdmin/forest-rails/compare/v5.2.3...v6.0.0-beta.1) (2020-12-09)
221

322

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 (6.0.0.pre.beta.1)
4+
forest_liana (6.0.0-beta.2)
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 = "6.0.0-beta.1"
2+
VERSION = "6.0.0-beta.2"
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": "6.0.0-beta.1",
3+
"version": "6.0.0-beta.2",
44
"description": "The official Rails liana for Forest.",
55
"directories": {
66
"test": "test"

0 commit comments

Comments
 (0)