diff --git a/CHANGELOG.md b/CHANGELOG.md index f8d9b45..c81c063 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ [![conventional commits](https://img.shields.io/badge/conventional%20commits-1.0.0-yellow.svg)](https://conventionalcommits.org) [![semantic versioning](https://img.shields.io/badge/semantic%20versioning-2.0.0-green.svg)](https://semver.org) +## [1.21.2](https://github.com/wearefrank/openforms2bpel/compare/v1.21.1...v1.21.2) (2024-07-16) + +### 🐛 Bug Fixes + +* WorkflowSelector retry adapter 'active' attribute referencing cron-expression instead of enabled property ([f982a52](https://github.com/wearefrank/openforms2bpel/commit/f982a5240c7c870718c88d847f35ea0737d8f803)) + ## [1.21.1](https://github.com/wearefrank/openforms2bpel/compare/v1.21.0...v1.21.1) (2024-07-15) ### 🤖 Build System diff --git a/src/main/resources/BuildInfo.properties b/src/main/resources/BuildInfo.properties index 2274af2..66ed78d 100644 --- a/src/main/resources/BuildInfo.properties +++ b/src/main/resources/BuildInfo.properties @@ -1,2 +1,2 @@ -instance.version=1.21.1 -versionDate_ddmmyyyy=15/07/2024 +instance.version=1.21.2 +versionDate_ddmmyyyy=16/07/2024