From fdb2a105918ada1b29905997e65992e46ab68f57 Mon Sep 17 00:00:00 2001 From: Tee Parham Date: Mon, 1 May 2017 21:14:55 -0600 Subject: [PATCH] Version 5.0.1 --- History.md | 6 +++++- lib/active_record/connection_adapters/postgis/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 549ca7c..24f3528 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,8 @@ -### 5.0.0 / 2017-05-01 +### 5.0.1 / 2017-05-01 + +* Fix activerecord gem dependency - 69e8815 + +### 5.0.0 / 2017-05-01 *** YANKED * Support ActiveRecord 5.1 - #246 diff --git a/lib/active_record/connection_adapters/postgis/version.rb b/lib/active_record/connection_adapters/postgis/version.rb index 0abca58..4222f36 100644 --- a/lib/active_record/connection_adapters/postgis/version.rb +++ b/lib/active_record/connection_adapters/postgis/version.rb @@ -1,7 +1,7 @@ module ActiveRecord module ConnectionAdapters module PostGIS - VERSION = "5.0.0" + VERSION = "5.0.1" end end end