Skip to content

Commit

Permalink
version 5.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Minero Aoki committed Jul 6, 2017
1 parent 26c6153 commit bf1850a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions 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.
Expand Down
2 changes: 1 addition & 1 deletion lib/bricolage/version.rb
@@ -1,4 +1,4 @@
module Bricolage
APPLICATION_NAME = 'Bricolage'
VERSION = '5.23.3'
VERSION = '5.24.0'
end

0 comments on commit bf1850a

Please sign in to comment.