Skip to content

Commit 2910101

Browse files
committed
bump version
1 parent 00a967a commit 2910101

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Changes
22

3+
# 1.19.2
4+
5+
- fix 404/409 error when querying single design doc with `digest_view_names` enabled
6+
37
# 1.19.1
48

59
- add digest to design doc name if `single_design_document` and `digest_view_names` are enabled

lib/couch_potato/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module CouchPotato
2-
VERSION = '1.19.1'.freeze
2+
VERSION = '1.19.2'.freeze
33
RSPEC_VERSION = '4.2.0'.freeze
44
end

0 commit comments

Comments
 (0)