Skip to content

Commit

Permalink
v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jenseng committed Apr 27, 2014
1 parent 29fd331 commit 9169983
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.1.7

* Rails 4.1 HABTM fix (fixes #10)

## 0.1.6

* Fix :primary_key bug (fixes #9)
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.1.6'
s.version = '0.1.7'
s.summary = 'Migration generator for Foreigner'
s.description = 'Adds a generator for creating a foreign key migration based on your current model associations'

Expand Down

0 comments on commit 9169983

Please sign in to comment.