Skip to content

Commit 128b584

Browse files
committed
Merge branch 'main' into drop-rails-6-ruby-3.1
2 parents d76b318 + 2269aaf commit 128b584

6 files changed

Lines changed: 12 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Removed
11+
- Ruby 3.1 and Rails 6.1 support (#96)
12+
13+
## [v4.4.0]
14+
1015
### Added
1116
- Rails 8 testing support (#80)
1217

1318
### Fixed
1419
- Reinstated static code analysis checks in CI (#73)
1520

1621
### Removed
17-
- Ruby 3.1 and Rails 6.1 support (#96)
1822

1923
## [v4.3.0]
2024

@@ -175,7 +179,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
175179
- rails model concern to allow host app to add auth behaviour to a model
176180
- callback, logout and failure routes to handle auth
177181

178-
[Unreleased]: https://github.com/RaspberryPiFoundation/rpi-auth/compare/v4.3.0...HEAD
182+
[Unreleased]: https://github.com/RaspberryPiFoundation/rpi-auth/compare/v4.4.0...HEAD
183+
[v4.4.0]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.4.0
179184
[v4.3.0]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.3.0
180185
[v4.2.1]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.2.1
181186
[v4.2.0]: https://github.com/RaspberryPiFoundation/rpi-auth/releases/tag/v4.2.0

gemfiles/rails_7.0.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-
rpi_auth (4.3.0)
4+
rpi_auth (4.4.0)
55
oauth2
66
omniauth-rails_csrf_protection
77
omniauth_openid_connect

gemfiles/rails_7.1.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-
rpi_auth (4.3.0)
4+
rpi_auth (4.4.0)
55
oauth2
66
omniauth-rails_csrf_protection
77
omniauth_openid_connect

gemfiles/rails_7.2.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-
rpi_auth (4.3.0)
4+
rpi_auth (4.4.0)
55
oauth2
66
omniauth-rails_csrf_protection
77
omniauth_openid_connect

gemfiles/rails_8.0.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-
rpi_auth (4.3.0)
4+
rpi_auth (4.4.0)
55
oauth2
66
omniauth-rails_csrf_protection
77
omniauth_openid_connect

lib/rpi_auth/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RpiAuth
4-
VERSION = '4.3.0'
4+
VERSION = '4.4.0'
55
end

0 commit comments

Comments
 (0)