Skip to content

Commit

Permalink
Release 1.8.1 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamniedzielski authored Jun 14, 2024
1 parent bd2fb53 commit 2d1293b
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
### 1.8.1

Remove Rails 5.2 and 6.0 support

Remove Ruby 2.7 support

Add Rails 7.1 support

Add Ruby 3.2 and 3.3 support

### 1.8.0

Support different touch interval based on expiration time (Daniel André da Silva)
Expand Down
2 changes: 1 addition & 1 deletion lib/tiddle/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Tiddle
VERSION = "1.8.0".freeze
VERSION = "1.8.1".freeze
end

0 comments on commit 2d1293b

Please sign in to comment.