We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b56db47 commit 11f557bCopy full SHA for 11f557b
CHANGES.md
@@ -1,5 +1,9 @@
1
## Changes
2
3
+# 1.19.1
4
+
5
+- add digest to design doc name if `single_design_document` and `digest_view_names` are enabled
6
7
# 1.19.0 / rspec-matchers 4.2.0
8
9
- add `single_design_document` config option
lib/couch_potato/version.rb
@@ -1,4 +1,4 @@
module CouchPotato
- VERSION = '1.19.0'.freeze
+ VERSION = '1.19.1'.freeze
RSPEC_VERSION = '4.2.0'.freeze
end
0 commit comments