CHANGELOG.md in zeebe-client-0.13.2 vs CHANGELOG.md in zeebe-client-0.14.0
- old
+ new
@@ -1,7 +1,11 @@
# Changelog
+## 0.14.0 (May 17, 2021)
+
+- add support for [Zeebe 1.0.0](https://github.com/zeebe-io/zeebe/releases/tag/1.0.0), thanks [@EugeneIstomin](https://github.com/zeebe-io/zeebe-client-ruby/pull/69)
+
## 0.13.2 (March 30, 2021)
- add support for [Zeebe 0.26.2](https://github.com/zeebe-io/zeebe/releases/tag/0.26.2)
## 0.13.1 (February 26, 2021)
@@ -9,10 +13,10 @@
- support Ruby 3.0
- add support for [Zeebe 0.26.1](https://github.com/zeebe-io/zeebe/releases/tag/0.26.1)
## 0.13.0 (February 3, 2021)
-- add support for [Zeebe 0.26.0](https://github.com/zeebe-io/zeebe/releases/tag/0.26.0), thanks []@rusterholz](https://github.com/zeebe-io/zeebe-client-ruby/pull/62)
+- add support for [Zeebe 0.26.0](https://github.com/zeebe-io/zeebe/releases/tag/0.26.0), thanks [@rusterholz](https://github.com/zeebe-io/zeebe-client-ruby/pull/62)
## 0.12.1 (December 11, 2020)
- add support for [Zeebe 0.25.3](https://github.com/zeebe-io/zeebe/releases/tag/0.25.3)
- drop Travis CI in favor of Github Actions