From 1cb83e8aca2fa480e4d3328da648cb4a2bee49bd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 18 Jun 2024 14:30:54 +0000 Subject: [PATCH] chore(patch): release 1.20.15 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.20.15](https://github.com/wearefrank/openforms2bpel/compare/v1.20.14...v1.20.15) (2024-06-18) ### 🐛 Bug Fixes * sanitize formdata to replace illegal xml character and potentially dangerous control characters ([c4c5ec2](https://github.com/wearefrank/openforms2bpel/commit/c4c5ec2ad67af0b99476708b0671bf755dbdc09c)) ### ✅ Tests * expand illegal xml character testcase with emojis and unwanted control characters ([1321d04](https://github.com/wearefrank/openforms2bpel/commit/1321d046f3be43bd01490e5a7524d8bccc507de4)) --- CHANGELOG.md | 10 ++++++++++ src/main/resources/BuildInfo.properties | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6202940..9de081d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ [![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.20.15](https://github.com/wearefrank/openforms2bpel/compare/v1.20.14...v1.20.15) (2024-06-18) + +### 🐛 Bug Fixes + +* sanitize formdata to replace illegal xml character and potentially dangerous control characters ([c4c5ec2](https://github.com/wearefrank/openforms2bpel/commit/c4c5ec2ad67af0b99476708b0671bf755dbdc09c)) + +### ✅ Tests + +* expand illegal xml character testcase with emojis and unwanted control characters ([1321d04](https://github.com/wearefrank/openforms2bpel/commit/1321d046f3be43bd01490e5a7524d8bccc507de4)) + ## [1.20.14](https://github.com/wearefrank/openforms2bpel/compare/v1.20.13...v1.20.14) (2024-06-17) ### 🐛 Bug Fixes diff --git a/src/main/resources/BuildInfo.properties b/src/main/resources/BuildInfo.properties index 5d8110c..fa6f243 100644 --- a/src/main/resources/BuildInfo.properties +++ b/src/main/resources/BuildInfo.properties @@ -1,2 +1,2 @@ -instance.version=1.20.14 -versionDate_ddmmyyyy=17/06/2024 +instance.version=1.20.15 +versionDate_ddmmyyyy=18/06/2024