Skip to content

Commit

Permalink
version bump 2.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ronen committed Apr 19, 2016
1 parent 3dfe749 commit 7bca11f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@ SchemaMonkey is tested on:
<!-- SCHEMA_DEV: MATRIX - end -->

## Release Notes
* 2.1.4 -- Loosen dependency to allow AR 5.0, and include it in the test matrix
* 2.1.3 -- Guard against multiple insertion of modules.
* 2.1.2 -- Insert self earlier; don't wait for connection adapter to be instantiated. Fixes #6 re `db:schema:load`
* 2.1.1 -- Bug fix: don't choke if a module contains a BasicObject const
Expand Down
2 changes: 1 addition & 1 deletion lib/schema_monkey/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SchemaMonkey
VERSION = "2.1.3"
VERSION = "2.1.4"
end

0 comments on commit 7bca11f

Please sign in to comment.