From ebd6fca1ac2abd909f8466fd65648b6bf103e348 Mon Sep 17 00:00:00 2001 From: ronen barzel Date: Mon, 18 Apr 2016 23:30:11 -0400 Subject: [PATCH] version bump 3.7.0 --- README.md | 1 + lib/schema_dev/version.rb | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 867b94a..bb08d55 100644 --- a/README.md +++ b/README.md @@ -136,6 +136,7 @@ Which defines the rake task `create_databases` and also a task for travis-ci Release notes for schema_dev versions: +* **3.7.0** - Add suport for AR 5.0.0 * **3.6.2** - Fix README template error introduced in 3.6.0 * **3.6.1** - Further fix mysql2 dependencies. * **3.6.0** - Add support for AR 4.2.6; fix mysql2 dependencies; internal improvements and bug fixes. Thanks to [@dmeranda](https://github.com/SchemaPlus/schema_dev/issues?q=is%3Apr+is%3Aopen+author%3Admeranda) and [@dholdren](https://github.com/SchemaPlus/schema_dev/issues?q=is%3Apr+is%3Aopen+author%3Adholdren) diff --git a/lib/schema_dev/version.rb b/lib/schema_dev/version.rb index a11106f..88f764b 100644 --- a/lib/schema_dev/version.rb +++ b/lib/schema_dev/version.rb @@ -1,3 +1,3 @@ module SchemaDev - VERSION = "3.6.2" + VERSION = "3.7.0" end