diff --git a/CHANGELOG.md b/CHANGELOG.md index 6921faa..59e1d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## v0.4.1 + +- Fixed an issue where orchestrations would still throw non-determinism errors even when versioning logic should have prevented it + +## v0.4.0 + +- Added support for orchestration and activity tags +- Added support for orchestration versioning and versioning logic in the worker + ## v0.3.0 ### New diff --git a/durabletask-azuremanaged/CHANGELOG.md b/durabletask-azuremanaged/CHANGELOG.md new file mode 100644 index 0000000..4738101 --- /dev/null +++ b/durabletask-azuremanaged/CHANGELOG.md @@ -0,0 +1,17 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## v0.3.1 + +- Updates base dependency to durabletask v0.4.1 + - Fixed an issue where orchestrations would still throw non-determinism errors even when versioning logic should have prevented it + +## v0.3.0 + +- Updates base dependency to durabletask v0.4.0 + - Added support for orchestration and activity tags + - Added support for orchestration versioning and versioning logic in the worker