Skip to content

Commit

Permalink
Bump 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Bassett committed Apr 12, 2017
1 parent 0a92ccc commit c66da6c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## 3.0.0

- Dropped MySQL support.
- Reversible migrations.
- Add `index` option to `add_foreign_key_constraint`.

## 2.1.0

- Add `if` option to inclusion constraints.
Expand Down
2 changes: 1 addition & 1 deletion lib/rein/version.rb
@@ -1,3 +1,3 @@
module Rein
VERSION = "2.1.0".freeze
VERSION = "3.0.0".freeze
end

0 comments on commit c66da6c

Please sign in to comment.