diff --git a/History.md b/History.md index a202edb..ef86e3c 100644 --- a/History.md +++ b/History.md @@ -1,14 +1,5 @@ -### 4.0.2 / 2016-11-13 +### 1.0.0 / 2017-02-09 -* Revert #237 +* Release -### 4.0.1 / 2016-11-08 *** YANKED - -* Auto-load tasks (#237) - -### 4.0.0 / 2016-06-30 - -* Support ActiveRecord 5.0 (#213) -* Fix schema dump null issues in JRuby (#229) - -For earlier history, see the History file for the rgeo gem. +For earlier history, see the History file for the rgeo gem. \ No newline at end of file diff --git a/lib/active_record/connection_adapters/mysql2rgeo/version.rb b/lib/active_record/connection_adapters/mysql2rgeo/version.rb index f940642..d7cd1a6 100644 --- a/lib/active_record/connection_adapters/mysql2rgeo/version.rb +++ b/lib/active_record/connection_adapters/mysql2rgeo/version.rb @@ -1,7 +1,7 @@ module ActiveRecord module ConnectionAdapters module Mysql2Rgeo - VERSION = "4.0.2".freeze + VERSION = "1.0.0".freeze end end end