Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
semmons99 committed Jan 15, 2016
1 parent 9dc6dba commit 76e98d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## Next release
## 6.7.0
- Changed `Money#<=>` to return `nil` if the comparison is inappropriate. (#584)
- Remove implicit conversion of values being compared. Only accept `Money` and
subclasses of `Money` for comparisons and raise TypeError otherwise.
Expand Down
2 changes: 1 addition & 1 deletion lib/money/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class Money
VERSION = "6.6.1"
VERSION = "6.7.0"
end

0 comments on commit 76e98d1

Please sign in to comment.