diff --git a/CHANGES.md b/CHANGES.md index 4dd9eef9..4e57a625 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +1.2.2 +----- + +* Fixes a bug in sorting abstract classes (Issues #54, #88) + 1.2.1 ----- diff --git a/Gemfile.lock b/Gemfile.lock index cebf35b2..a136fcf1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rails-erd (1.2.1) + rails-erd (1.2.2) activerecord (~> 3.2) activesupport (~> 3.2) choice (~> 0.1.6) diff --git a/lib/rails_erd/version.rb b/lib/rails_erd/version.rb index 7e2a9777..bf1c9409 100644 --- a/lib/rails_erd/version.rb +++ b/lib/rails_erd/version.rb @@ -1,4 +1,4 @@ module RailsERD - VERSION = "1.2.1" + VERSION = "1.2.2" BANNER = "RailsERD #{VERSION}" end