From c156f9b32ca3edf95eb8975ab0e468bbbc921698 Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Fri, 16 Dec 2016 18:35:56 +0900 Subject: [PATCH] version 5.20.3 --- Gemfile.lock | 2 +- RELEASE.md | 4 ++++ lib/bricolage/version.rb | 2 +- test/home/Gemfile.lock | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 521bfb3..3d16888 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bricolage (5.20.2) + bricolage (5.20.3) aws-sdk (~> 2) mysql2 pg (~> 0.18.0) diff --git a/RELEASE.md b/RELEASE.md index 23d04b2..06b168a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,9 @@ # Bricolage Release Note +## version 5.20.3 + +- [fix] mysql data source: new option "collation". + ## version 5.20.2 - [fix] AWS S3 API ListObjectsV2 may return corrupted XML, retry it diff --git a/lib/bricolage/version.rb b/lib/bricolage/version.rb index fd6a70a..1f9a360 100644 --- a/lib/bricolage/version.rb +++ b/lib/bricolage/version.rb @@ -1,4 +1,4 @@ module Bricolage APPLICATION_NAME = 'Bricolage' - VERSION = '5.20.2' + VERSION = '5.20.3' end diff --git a/test/home/Gemfile.lock b/test/home/Gemfile.lock index c232af1..0d6665c 100644 --- a/test/home/Gemfile.lock +++ b/test/home/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: ../.. specs: - bricolage (5.20.2) + bricolage (5.20.3) aws-sdk (~> 2) mysql2 pg (~> 0.18.0)