Prepare to release v1.2.1

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-11-12 10:58:50 +09:00
parent 3e882f0ce5
commit 0f18b22b88
No known key found for this signature in database
GPG Key ID: F9E3E329A5C5E4A1
3 changed files with 7 additions and 2 deletions

View File

@ -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)

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
fluentd-ui (1.2.0)
fluentd-ui (1.2.1)
addressable
bootsnap (>= 1.1.0)
bundler

View File

@ -1,3 +1,3 @@
module FluentdUI
VERSION = "1.2.0"
VERSION = "1.2.1"
end