We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfd7708 commit 47068b8Copy full SHA for 47068b8
CHANGES.md
@@ -1,5 +1,9 @@
1
## Changes
2
3
+# 1.21.0
4
+
5
+- add railties 8.1, Ruby 3.4 to CI
6
7
# 1.20.1
8
9
- fix `database.save!` did not use passed block
lib/couch_potato/version.rb
@@ -1,4 +1,4 @@
module CouchPotato
- VERSION = '1.20.1'.freeze
+ VERSION = '1.21.0'.freeze
RSPEC_VERSION = '4.2.0'.freeze
end
0 commit comments