Prepare to release v1.2.2

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
This commit is contained in:
Kenji Okimoto 2018-12-06 11:40:02 +09:00
parent 0862e50296
commit dd8ecfeb28
3 changed files with 6 additions and 2 deletions

View File

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

View File

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

View File

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