File tree Expand file tree Collapse file tree 6 files changed +15
-8
lines changed
Expand file tree Collapse file tree 6 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88## [ Unreleased]
99
1010### Added
11- - Add access token-related functionality including auto-refresh (#83 )
1211
1312### Fixed
14- - Fix use of ` User#expires_at ` in ` SpecHelpers#stub_auth_for ` (#82 )
1513
1614### Removed
1715
16+ ## [ v4.1.0]
17+
18+ ### Added
19+ - Add access token-related functionality including auto-refresh (#83 )
20+
21+ ### Fixed
22+ - Fix use of ` User#expires_at ` in ` SpecHelpers#stub_auth_for ` (#82 )
23+
1824## [ v4.0.0]
1925
2026### Added
@@ -134,7 +140,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
134140- rails model concern to allow host app to add auth behaviour to a model
135141- callback, logout and failure routes to handle auth
136142
137- [ Unreleased ] : https://github.com/RaspberryPiFoundation/rpi-auth/compare/v4.0.0...HEAD
143+ [ Unreleased ] : https://github.com/RaspberryPiFoundation/rpi-auth/compare/v4.1.0...HEAD
144+ [ v4.1.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.1.0
138145[ v4.0.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.0.0
139146[ v3.6.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.6.0
140147[ v3.5.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.5.0
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (4.0 .0)
4+ rpi_auth (4.1 .0)
55 oauth2
66 omniauth-rails_csrf_protection (~> 1.0.0)
77 omniauth_openid_connect (~> 0.7.1)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (4.0 .0)
4+ rpi_auth (4.1 .0)
55 oauth2
66 omniauth-rails_csrf_protection (~> 1.0.0)
77 omniauth_openid_connect (~> 0.7.1)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (4.0 .0)
4+ rpi_auth (4.1 .0)
55 oauth2
66 omniauth-rails_csrf_protection (~> 1.0.0)
77 omniauth_openid_connect (~> 0.7.1)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (4.0 .0)
4+ rpi_auth (4.1 .0)
55 oauth2
66 omniauth-rails_csrf_protection (~> 1.0.0)
77 omniauth_openid_connect (~> 0.7.1)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RpiAuth
4- VERSION = '4.0 .0'
4+ VERSION = '4.1 .0'
55end
You can’t perform that action at this time.
0 commit comments