From d8e90c4ba2500fa427b52b85f76a4e1fbdc536a5 Mon Sep 17 00:00:00 2001 From: Greg Annandale Date: Wed, 17 Jan 2024 15:37:26 +0000 Subject: [PATCH] Release v1.4.2 --- CHANGELOG.md | 4 ++++ lib/rpi_auth/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f6ec3b..d941cdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [v1.4.2] + +v1.4.1 was reverted, so we're skipping to v1.4.2 for clarity. + - 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) ## [v1.4.0] diff --git a/lib/rpi_auth/version.rb b/lib/rpi_auth/version.rb index 10db847..527db94 100644 --- a/lib/rpi_auth/version.rb +++ b/lib/rpi_auth/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module RpiAuth - VERSION = '1.4.0' + VERSION = '1.4.2' end