From dd73e405fc767df3f3d8b4d519f5160b13ed1587 Mon Sep 17 00:00:00 2001 From: Matthew Bass Date: Sat, 18 Feb 2023 19:21:06 -0500 Subject: [PATCH] Bump to 1.0 --- CHANGELOG | 5 +++++ lib/auto/session/timeout/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 7a4f76c..9abc386 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +2023-01-18 - v1.0 + +2023-01-18 - Compatablity issue with Rack 2.2.4 [GearoidDC] +2022-01-20 - Use GitHub Actions build badge [pelargir] + 2022-01-04 - v0.9.9 2022-01-04 - Rails 7 compatibility [pelargir] diff --git a/lib/auto/session/timeout/version.rb b/lib/auto/session/timeout/version.rb index 08c291f..511d1a9 100644 --- a/lib/auto/session/timeout/version.rb +++ b/lib/auto/session/timeout/version.rb @@ -1,7 +1,7 @@ module Auto module Session module Timeout - VERSION = "0.9.9" + VERSION = "1.0" end end end