From e1458bf8f7d50e5b24c3cc1862dd7fad0a0dfc69 Mon Sep 17 00:00:00 2001 From: gussan Date: Tue, 18 Nov 2014 20:23:04 +0900 Subject: [PATCH] Preparing for 2.0.3 release --- CHANGELOG.md | 6 ++++++ lib/active_record/turntable/version.rb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a41ade57..6cd1d7e4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## activerecord-turntable 2.0.3 ## + +### Bugfixes + +* Fix parse error on sql with binary string literal: ```x'...'``` + ## activerecord-turntable 2.0.2 ## ### Bugfixes diff --git a/lib/active_record/turntable/version.rb b/lib/active_record/turntable/version.rb index fa28506f..9d83bc28 100644 --- a/lib/active_record/turntable/version.rb +++ b/lib/active_record/turntable/version.rb @@ -1,5 +1,5 @@ module ActiveRecord module Turntable - VERSION = "2.0.2" + VERSION = "2.0.3" end end