From bf1850adb7070e59b889620419e2c4c8a33729de Mon Sep 17 00:00:00 2001 From: Minero Aoki Date: Thu, 6 Jul 2017 20:15:13 +0900 Subject: [PATCH] version 5.24.0 --- RELEASE.md | 5 +++++ lib/bricolage/version.rb | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 20d4ff8..da55a8a 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,5 +1,10 @@ # Bricolage Release Note +## version 5.24.0 + +- [new] New config file config/bricolage.yml to save command line options in the file. +- [new] New option --s3-log to upload log files to S3. + ## version 5.23.3 - [fix] mys3dump creates empty object even though if source table has no records. diff --git a/lib/bricolage/version.rb b/lib/bricolage/version.rb index fb1fe54..cec702a 100644 --- a/lib/bricolage/version.rb +++ b/lib/bricolage/version.rb @@ -1,4 +1,4 @@ module Bricolage APPLICATION_NAME = 'Bricolage' - VERSION = '5.23.3' + VERSION = '5.24.0' end