mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-14 10:17:06 +02:00
Prepare to release v1.2.1
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
parent
3e882f0ce5
commit
0f18b22b88
@ -1,3 +1,8 @@
|
||||
## 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)
|
||||
* [maintenance] Update loofah to 2.2.3 [#279](https://github.com/fluent/fluentd-ui/pull/279)
|
||||
|
||||
## Release 1.2.0 - 2018/11/05
|
||||
|
||||
* [maintenance] Add app/javascript/packs/components [#275](https://github.com/fluent/fluentd-ui/pull/275)
|
||||
|
@ -1,7 +1,7 @@
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
fluentd-ui (1.2.0)
|
||||
fluentd-ui (1.2.1)
|
||||
addressable
|
||||
bootsnap (>= 1.1.0)
|
||||
bundler
|
||||
|
@ -1,3 +1,3 @@
|
||||
module FluentdUI
|
||||
VERSION = "1.2.0"
|
||||
VERSION = "1.2.1"
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user