This commit is contained in:
uu59 2014-08-13 18:26:40 +09:00
parent 9058720ec4
commit b886f75491
3 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,7 @@
Release 0.1.3 - 2014/08/13
* [feature] Add out_elasticsearch setting
Release 0.1.2 - 2014/08/07
* [fixed] Can't login if password changed from default
@ -7,7 +11,6 @@ Release 0.1.1 - 2014/08/07
* [fixed] Can't install a gem on some environment #70
* [fixed] Can't setup in_tail if recognized as binary file selected #71
Release 0.1.0 - 2014/08/01
* First release!

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.1.2)
fluentd-ui (0.1.3)
addressable
bcrypt (~> 3.1.5)
bundler

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.1.2"
VERSION = "0.1.3"
end