Skip to content

Commit d8e90c4

Browse files
committedJan 17, 2024
Release v1.4.2
1 parent cadc6f4 commit d8e90c4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [v1.4.2]
11+
12+
v1.4.1 was reverted, so we're skipping to v1.4.2 for clarity.
13+
1014
- Adds `session_keys_to_persist` config option to allow for specific session keys to be persisted across logins (since logging in will reset the session: https://guides.rubyonrails.org/security.html#session-fixation-countermeasures)
1115

1216
## [v1.4.0]

‎lib/rpi_auth/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module RpiAuth
4-
VERSION = '1.4.0'
4+
VERSION = '1.4.2'
55
end

0 commit comments

Comments
 (0)