File tree 4 files changed +7
-4
lines changed
4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ ## [ v3.1.0]
11
+
10
12
### Changed
11
13
12
14
- Altered default value of the ` issuer ` to track the ` authorization_endpoint ` rather than the ` token_endpoint ` (#54 )
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
82
84
- rails model concern to allow host app to add auth behaviour to a model
83
85
- callback, logout and failure routes to handle auth
84
86
85
- [ Unreleased ] : https://github.com/RaspberryPiFoundation/rpi-auth/compare/v3.0.0...HEAD
87
+ [ Unreleased ] : https://github.com/RaspberryPiFoundation/rpi-auth/compare/v3.1.0...HEAD
88
+ [ v3.1.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.1.0
86
89
[ v3.0.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.0.0
87
90
[ v2.0.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v2.0.0
88
91
[ v1.4.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v1.4.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rpi_auth (3.0 .0 )
4
+ rpi_auth (3.1 .0 )
5
5
omniauth-rails_csrf_protection (~> 1.0.0 )
6
6
omniauth_openid_connect (~> 0.7.1 )
7
7
rails (>= 6.1.4 )
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: ..
3
3
specs:
4
- rpi_auth (3.0 .0)
4
+ rpi_auth (3.1 .0)
5
5
omniauth-rails_csrf_protection (~> 1.0.0)
6
6
omniauth_openid_connect (~> 0.7.1)
7
7
rails (>= 6.1.4)
Original file line number Diff line number Diff line change 1
1
# frozen_string_literal: true
2
2
3
3
module RpiAuth
4
- VERSION = '3.0 .0'
4
+ VERSION = '3.1 .0'
5
5
end
You can’t perform that action at this time.
0 commit comments