README.md in zeebe-client-0.11.2 vs README.md in zeebe-client-0.12.0

- old
+ new

@@ -1,8 +1,8 @@ # Zeebe Ruby Client -[![Build Status](https://travis-ci.org/zeebe-io/zeebe-client-ruby.svg?branch=master)](https://travis-ci.org/zeebe-io/zeebe-client-ruby/) +![Build Status](https://github.com/zeebe-io/zeebe-client-ruby/workflows/ci/badge.svg) [Zeebe](https://zeebe.io) client containing a simple wrapper for the GRPC protocol used by Zeebe. ## General Usage @@ -11,10 +11,10 @@ gem install zeebe-client Run a Zeebe instance locally: ```sh -docker run -it --rm -p 26500:26500 camunda/zeebe:0.24.3 +docker run -it --rm -p 26500:26500 camunda/zeebe:0.25.1 ``` And then try the available [demo script](examples/demo.rb). See the [changelog](CHANGELOG.md) before upgrading.