This commit is contained in:
uu59 2015-03-11 14:06:30 +09:00
parent fb0c7137c9
commit 192372885d
3 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
Release 0.3.15 - 2015/03/11
* [fixed] #159 Fix latest out_s3 plugin compatibility
* [fixed] #160 Add validation that `buffer_path` required if `buffer_type` is file
* [maintenance] Minor refactors
Release 0.3.14 - 2015/02/04
* [maintenance] #150, #151 minor fix in README.md.
* [maintenance] #149 Make circle-ci result stable.

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (0.3.14)
fluentd-ui (0.3.15)
addressable
bundler
diff-lcs
@ -141,7 +141,7 @@ GEM
mime-types (2.4.3)
mini_portile (0.6.2)
minitest (5.5.1)
msgpack (0.5.10)
msgpack (0.5.11)
multi_json (1.10.1)
net-http-digest_auth (1.4)
net-http-persistent (2.9.4)

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "0.3.14"
VERSION = "0.3.15"
end