diff --git a/CHANGELOG.md b/CHANGELOG.md index bbfcdc21..bc692666 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## activerecord-turntable 3.1.0 ## + +### Major Changes + +* Support activerecord v5.1.x + +### Bugfix + +* Fix schema dumper to dump sequence table options correctly (activerecord >= 5.0.1) + ## activerecord-turntable 3.0.1 ## ### Minor Changes diff --git a/lib/active_record/turntable/version.rb b/lib/active_record/turntable/version.rb index 9a80f345..49c6d014 100644 --- a/lib/active_record/turntable/version.rb +++ b/lib/active_record/turntable/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Turntable - VERSION = "3.0.1".freeze + VERSION = "3.1.0".freeze end end