We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1837fa commit 1d0a4cfCopy full SHA for 1d0a4cf
CHANGES.md
@@ -1,5 +1,9 @@
1
## Changes
2
3
+# 1.20.0
4
+
5
+- add passing validation context to save methods
6
7
# 1.19.2
8
9
- fix 404/409 error when querying single design doc with `digest_view_names` enabled
lib/couch_potato/version.rb
@@ -1,4 +1,4 @@
module CouchPotato
- VERSION = '1.19.2'.freeze
+ VERSION = '1.20.0'.freeze
RSPEC_VERSION = '4.2.0'.freeze
end
0 commit comments