Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Mar 8, 2015
1 parent b2474ba commit ab1ce99
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.3.1

* Fix schema dumping regression in rails <= 4.1 (fixes #20)

## 0.3.0

* Rails 4.2+ `:on_update` / `:on_delete` fixes (fixes #18)
Expand Down
2 changes: 1 addition & 1 deletion immigrant.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |s|
s.name = 'immigrant'
s.version = '0.3.0'
s.version = '0.3.1'
s.summary = 'Foreign key migration generator for Rails'
s.description = 'Adds a generator for creating a foreign key migration based on your current model associations'

Expand Down

0 comments on commit ab1ce99

Please sign in to comment.