diff --git a/CHANGELOG b/CHANGELOG index 0bfcc7c..aa84423 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +2021-10-11 - v0.9.8 + +2021-10-10 - Custom session timeout method [JunaidUK] + 2021-02-02 - v0.9.7 2021-02-02 - Rails 6 compatibility [jasonheecs] diff --git a/lib/auto/session/timeout/version.rb b/lib/auto/session/timeout/version.rb index 6f0cb55..3a0c0f8 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.7" + VERSION = "0.9.8" end end end