From 49e496d261b8ea7ac64644f5a5f63739e536b6ed Mon Sep 17 00:00:00 2001 From: yoshihara Date: Wed, 8 Apr 2015 13:03:44 +0900 Subject: [PATCH] v0.3.19 --- ChangeLog | 5 +++++ Gemfile.lock | 2 +- lib/fluentd-ui/version.rb | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index c6d725d43..99bfcfee3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Release 0.3.19 - 2015/04/08 +* [maintenance] #170 Update some gems +* [maintenance] #171 Update Rails to 4.2.1 +* [maintenance] #173 Add Rake task to clean files under tmp/ directory (for packaging) + Release 0.3.18 - 2015/04/02 * [fixed] #167 Apply bootstrap css to inputboxes in signin form * [fixed] #168 Fix the behavor mismatch between configtest and update (update failed but configtest is OK) diff --git a/Gemfile.lock b/Gemfile.lock index e9aa347d8..8143ef4c2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.3.18) + fluentd-ui (0.3.19) addressable bundler diff-lcs diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 0862dd17c..518e4a048 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.3.18" + VERSION = "0.3.19" end