From 8ef124e7c72fc0ad4487a0f76cd2aac166bff943 Mon Sep 17 00:00:00 2001 From: yoshihara Date: Fri, 10 Apr 2015 14:26:16 +0900 Subject: [PATCH] v0.3.20 --- ChangeLog | 4 ++++ Gemfile.lock | 2 +- lib/fluentd-ui/version.rb | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 99bfcfe..855be80 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Release 0.3.20 - 2015/04/10 +* [fixed] #175 Fix the bug password can be changed without match between new password and password confirmation. +* [fixed] #177 Use '0.0.0.0' as host not 'localhost' (If you want to change host, you can use `--host` option with `start` command) + Release 0.3.19 - 2015/04/08 * [maintenance] #170 Update some gems * [maintenance] #171 Update Rails to 4.2.1 diff --git a/Gemfile.lock b/Gemfile.lock index 8143ef4..fd96692 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - fluentd-ui (0.3.19) + fluentd-ui (0.3.20) addressable bundler diff-lcs diff --git a/lib/fluentd-ui/version.rb b/lib/fluentd-ui/version.rb index 518e4a0..6e9d767 100644 --- a/lib/fluentd-ui/version.rb +++ b/lib/fluentd-ui/version.rb @@ -1,3 +1,3 @@ module FluentdUI - VERSION = "0.3.19" + VERSION = "0.3.20" end