Skip to content

Commit 2483dfd

Browse files
committed
bump version to 1.20.1
1 parent 67e35b1 commit 2483dfd

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

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.20.1
4+
5+
- fix `database.save!` did not use passed block
6+
37
# 1.20.0
48

59
- add passing validation context to save methods

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.20.0'.freeze
2+
VERSION = '1.20.1'.freeze
33
RSPEC_VERSION = '4.2.0'.freeze
44
end

0 commit comments

Comments
 (0)