File tree Expand file tree Collapse file tree 5 files changed +10
-5
lines changed Expand file tree Collapse file tree 5 files changed +10
-5
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
77
88## [ Unreleased]
99
10+ ## [ v3.6.0]
11+
1012### Added
1113- Test controller/view to allow apps to log in without having to interact with the RPF Global Nav component. (#70 )
1214
@@ -112,7 +114,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
112114- rails model concern to allow host app to add auth behaviour to a model
113115- callback, logout and failure routes to handle auth
114116
115- [ Unreleased ] : https://github.com/RaspberryPiFoundation/rpi-auth/compare/v3.3.0...HEAD
117+ [ Unreleased ] : https://github.com/RaspberryPiFoundation/rpi-auth/compare/v3.6.0...HEAD
118+ [ v3.6.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.6.0
119+ [ v3.5.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.5.0
120+ [ v3.4.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.4.0
116121[ v3.3.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.3.0
117122[ v3.2.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.2.0
118123[ v3.1.0 ] : https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v3.1.0
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (3.5 .0)
4+ rpi_auth (3.6 .0)
55 omniauth-rails_csrf_protection (~> 1.0.0)
66 omniauth_openid_connect (~> 0.7.1)
77 rails (>= 6.1.4)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (3.5 .0)
4+ rpi_auth (3.6 .0)
55 omniauth-rails_csrf_protection (~> 1.0.0)
66 omniauth_openid_connect (~> 0.7.1)
77 rails (>= 6.1.4)
Original file line number Diff line number Diff line change 11PATH
22 remote: ..
33 specs:
4- rpi_auth (3.5 .0)
4+ rpi_auth (3.6 .0)
55 omniauth-rails_csrf_protection (~> 1.0.0)
66 omniauth_openid_connect (~> 0.7.1)
77 rails (>= 6.1.4)
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RpiAuth
4- VERSION = '3.5 .0'
4+ VERSION = '3.6 .0'
55end
You can’t perform that action at this time.
0 commit comments