From bc7d80f9ac844a0f15de0b8ee773f1ac692bc1a6 Mon Sep 17 00:00:00 2001 From: Kerri Miller Date: Sat, 20 Dec 2014 03:14:17 -0800 Subject: [PATCH] bump release version to 1.2.2 --- CHANGES.md | 5 +++++ Gemfile.lock | 2 +- lib/rails_erd/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) 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