From fdbb07c053e91cd8ba942497f1d7adcb4cdd87e2 Mon Sep 17 00:00:00 2001 From: ronen barzel Date: Fri, 9 Oct 2015 11:10:36 -0700 Subject: [PATCH] version bump 2.1.2 --- README.md | 2 +- lib/schema_monkey/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f87cb1..6db827c 100644 --- a/README.md +++ b/README.md @@ -232,7 +232,7 @@ SchemaMonkey is tested on: ## Release Notes - +* 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 * 2.1.0 -- First version to support all of schema_plus's needs for the 1.8.7 -> 2.0 upgrade diff --git a/lib/schema_monkey/version.rb b/lib/schema_monkey/version.rb index 8b749b9..58d40fb 100644 --- a/lib/schema_monkey/version.rb +++ b/lib/schema_monkey/version.rb @@ -1,3 +1,3 @@ module SchemaMonkey - VERSION = "2.1.1" + VERSION = "2.1.2" end