Skip to content

Commit

Permalink
chore(patch): release 1.20.14 [skip ci]
Browse files Browse the repository at this point in the history
## [1.20.14](v1.20.13...v1.20.14) (2024-06-17)

### πŸ› Bug Fixes

* updatePayment createAddPaymentState xslt can grab multiple paymentId's unintentionally ([ef681b5](ef681b5))
* updatePayment payment lookup fails during retry due to already changed reference to orderId ([94f27e6](94f27e6))

### βœ… Tests

* expand lookupPayment mock with scenario where lookup with caseReference returns no payments but a following lookup with orderId yields result ([735027c](735027c))
  • Loading branch information
semantic-release-bot committed Jun 17, 2024
1 parent 735027c commit f4d51d7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
[![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.14](https://github.com/wearefrank/openforms2bpel/compare/v1.20.13...v1.20.14) (2024-06-17)

### πŸ› Bug Fixes

* updatePayment createAddPaymentState xslt can grab multiple paymentId's unintentionally ([ef681b5](https://github.com/wearefrank/openforms2bpel/commit/ef681b51754a23b7d51772583f72cd173f99420e))
* updatePayment payment lookup fails during retry due to already changed reference to orderId ([94f27e6](https://github.com/wearefrank/openforms2bpel/commit/94f27e63fc8b99237076ec0902d075471001d916))

### βœ… Tests

* expand lookupPayment mock with scenario where lookup with caseReference returns no payments but a following lookup with orderId yields result ([735027c](https://github.com/wearefrank/openforms2bpel/commit/735027c9a673d352ce063b5e3f7b6a64d6c38294))

## [1.20.13](https://github.com/wearefrank/openforms2bpel/compare/v1.20.12...v1.20.13) (2024-06-11)

### πŸ§‘β€πŸ’» Code Refactoring
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/BuildInfo.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
instance.version=1.20.13
versionDate_ddmmyyyy=11/06/2024
instance.version=1.20.14
versionDate_ddmmyyyy=17/06/2024

0 comments on commit f4d51d7

Please sign in to comment.