Skip to content

Commit 863a153

Browse files
committed
Update version to 1.9.2
1 parent fbd67c6 commit 863a153

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## 1.9.2
4+
- Respect Money.rounding_mode when parsing strings
5+
- Deprecate Monetize.extract_cents
6+
37
## 1.9.1
48
- Ruby 2.6 support
59

lib/monetize/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# encoding: utf-8
22

33
module Monetize
4-
VERSION = '1.9.1'
4+
VERSION = '1.9.2'
55
end

0 commit comments

Comments
 (0)