Skip to content

Commit

Permalink
Update version to 1.13.3
Browse files Browse the repository at this point in the history
  • Loading branch information
antstorm committed Oct 16, 2019
1 parent 32ba58f commit 85ca362
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 1.13.3

- Add Money#to_hash for JSON serialization
- Update initializer template with #locale_backend config
- Rollback support for remove_monetize / remove_money DB helpers
- Rails 6 support

## 1.13.2

- Make validation compatible with Money.locale_backend
Expand Down
2 changes: 1 addition & 1 deletion lib/money-rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MoneyRails
VERSION = '1.13.2'
VERSION = '1.13.3'
end

0 comments on commit 85ca362

Please sign in to comment.