Skip to content

Commit 29e471c

Browse files
committed
chore(release): 6.0.0 [skip ci]
# [6.0.0](v5.4.4...v6.0.0) (2021-02-22) ### Bug Fixes * **auth:** support multi-instances and remove auth's redirection ([#407](#407)) ([8fcf9d4](8fcf9d4)) * **gemfile:** gemfile.lock forest_liana version mismatch ([#401](#401)) ([60ceaf1](60ceaf1)) ### Features * **auth:** authenticate using oidc ([#383](#383)) ([b535ab4](b535ab4)) * **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). * **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 3be27e0 commit 29e471c

File tree

4 files changed

+26
-3
lines changed

4 files changed

+26
-3
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
# [6.0.0](https://github.com/ForestAdmin/forest-rails/compare/v5.4.4...v6.0.0) (2021-02-22)
2+
3+
4+
### Bug Fixes
5+
6+
* **auth:** support multi-instances and remove auth's redirection ([#407](https://github.com/ForestAdmin/forest-rails/issues/407)) ([8fcf9d4](https://github.com/ForestAdmin/forest-rails/commit/8fcf9d4ba0f41b8c98451a3d15d31c73ab4fd162))
7+
* **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))
8+
9+
10+
### Features
11+
12+
* **auth:** authenticate using oidc ([#383](https://github.com/ForestAdmin/forest-rails/issues/383)) ([b535ab4](https://github.com/ForestAdmin/forest-rails/commit/b535ab4e7e7e371c93d01bdb41c6006bd9acc7cd))
13+
* **auth:** authenticate using oidc ([#400](https://github.com/ForestAdmin/forest-rails/issues/400)) ([4898b73](https://github.com/ForestAdmin/forest-rails/commit/4898b73bc70bf3a4828d7cdf63cd642add10b643))
14+
15+
16+
### BREAKING CHANGES
17+
18+
* **auth:** Introduces a new authentication system.
19+
- The application_url property is required to initialize ForestLiana,
20+
- CORS rules must be adapted (to allow null origins).
21+
* **auth:** New authentication system.
22+
The application_url must be set in the ForestLiana initializer, adding a regex CORS rule for null origin is required.
23+
124
## [5.4.4](https://github.com/ForestAdmin/forest-rails/compare/v5.4.3...v5.4.4) (2021-02-19)
225

326

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.4)
4+
forest_liana (6.0.0)
55
arel-helpers
66
bcrypt
77
groupdate (= 2.5.2)

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

0 commit comments

Comments
 (0)