Skip to content

Commit

Permalink
Bump 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Mar 27, 2017
1 parent 3d86b21 commit 4348dda
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## 2.0.0

- Add support for enumerated types.
- Add `if` option to numericality constraints.
- Add `if` option to presence constraints.
- Fix a bug in presence contraints.
2 changes: 1 addition & 1 deletion lib/rein/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Rein
VERSION = "1.1.0".freeze
VERSION = "2.0.0".freeze
end

0 comments on commit 4348dda

Please sign in to comment.