mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-07 06:47:09 +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
|
## 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)
|
* [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
|
PATH
|
||||||
remote: .
|
remote: .
|
||||||
specs:
|
specs:
|
||||||
fluentd-ui (1.2.1)
|
fluentd-ui (1.2.2)
|
||||||
addressable
|
addressable
|
||||||
bootsnap (>= 1.1.0)
|
bootsnap (>= 1.1.0)
|
||||||
bundler
|
bundler
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
module FluentdUI
|
module FluentdUI
|
||||||
VERSION = "1.2.1"
|
VERSION = "1.2.2"
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user