mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-06 14:27:23 +02:00
Prepare to release v1.2.2
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
0862e50296
commit
dd8ecfeb28
@ -1,3 +1,7 @@
|
||||
## Release 1.2.2 - 2018/12/06
|
||||
|
||||
* [fixed] Bundle update
|
||||
|
||||
## Release 1.2.1 - 2018/11/12
|
||||
|
||||
* [fixed] Stop overwriting parameter type by `nil` [#278](https://github.com/fluent/fluentd-ui/pull/278) [#277](https://github.com/fluent/fluentd-ui/issues/277)
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (1.2.1)
|
||||
fluentd-ui (1.2.2)
|
||||
addressable
|
||||
bootsnap (>= 1.1.0)
|
||||
bundler
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "1.2.1"
|
||||
VERSION = "1.2.2"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user