There was an error while loading. Please reload this page.
1 parent fbd67c6 commit 863a153Copy full SHA for 863a153
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 1.9.2
4
+- Respect Money.rounding_mode when parsing strings
5
+- Deprecate Monetize.extract_cents
6
+
7
## 1.9.1
8
- Ruby 2.6 support
9
lib/monetize/version.rb
@@ -1,5 +1,5 @@
# encoding: utf-8
module Monetize
- VERSION = '1.9.1'
+ VERSION = '1.9.2'
end
0 commit comments