Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 840 Bytes

CHANGELOG.md

File metadata and controls

28 lines (17 loc) · 840 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Changed

  • Upgraded zeebe-client to be compatible with Zeebe >= 1.0.0
  • [BREAKING] Rename Beez::Client.create_workflow_instance into create_process_instance
  • [BREAKING] Rename Beez::Client.deploy_workflow into deploy_process

Fixed

  • Fix a typo in the code base when requiring a ruby file

0.1.0 - 2020-07-18

  • First release 🎆