Skip to content

Commit 5ee48a2

Browse files
authored
Merge pull request #622 from RubyMoney/update-version
update version
2 parents a43ae59 + b969afe commit 5ee48a2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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.14.0
4+
5+
- Tweaks to support Ruby 3.0
6+
37
## 1.13.4
48

59
- Fix validator race condition

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -587,4 +587,4 @@ If you are testing against mongoid, make sure to have the mongod process running
587587

588588
## License
589589

590-
MIT License. Copyright 2012-2014 RubyMoney.
590+
MIT License. Copyright 2021 RubyMoney.

lib/money-rails/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module MoneyRails
2-
VERSION = '1.13.4'
2+
VERSION = '1.14.0'
33
end

0 commit comments

Comments
 (0)