We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a967a commit 2910101Copy full SHA for 2910101
CHANGES.md
@@ -1,5 +1,9 @@
1
## Changes
2
3
+# 1.19.2
4
+
5
+- fix 404/409 error when querying single design doc with `digest_view_names` enabled
6
7
# 1.19.1
8
9
- add digest to design doc name if `single_design_document` and `digest_view_names` are enabled
lib/couch_potato/version.rb
@@ -1,4 +1,4 @@
module CouchPotato
- VERSION = '1.19.1'.freeze
+ VERSION = '1.19.2'.freeze
RSPEC_VERSION = '4.2.0'.freeze
end
0 commit comments