Skip to content

Commit

Permalink
chore(patch): release 1.19.14 [skip ci]
Browse files Browse the repository at this point in the history
## [1.19.14](v1.19.13...v1.19.14) (2024-07-03)

### 🐛 Bug Fixes

* creeerZaak attempts to also delete the case when the post case call fails and there is nothing to delete ([#408](#408)) ([7956c0b](7956c0b))
* zaaktype not found throwing incorrect generic error ([fba69b4](fba69b4))

### 🔥 Performance Improvements

* implement simple cache for authorization token generation so that tokens are reused until the tokens expires ([22be3a0](22be3a0))

### 🔁 Continuous Integration

* configure dependabot to update github-actions on a weekly basis ([01688c0](01688c0))
* **dependencies:** lock ci-cd-template workflow versions to commit hash instead of main branch ([3cee5ca](3cee5ca))
  • Loading branch information
semantic-release-bot committed Jul 3, 2024
1 parent 3cee5ca commit ef3cfee
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
[![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.19.14](https://github.com/wearefrank/zaakbrug/compare/v1.19.13...v1.19.14) (2024-07-03)

### 🐛 Bug Fixes

* creeerZaak attempts to also delete the case when the post case call fails and there is nothing to delete ([#408](https://github.com/wearefrank/zaakbrug/issues/408)) ([7956c0b](https://github.com/wearefrank/zaakbrug/commit/7956c0b30b2d2da7a429f5cd4a2da654b62649c1))
* zaaktype not found throwing incorrect generic error ([fba69b4](https://github.com/wearefrank/zaakbrug/commit/fba69b49fc00cd4c409f385142c275ab62d23e58))

### 🔥 Performance Improvements

* implement simple cache for authorization token generation so that tokens are reused until the tokens expires ([22be3a0](https://github.com/wearefrank/zaakbrug/commit/22be3a00040bff708afdf00effe8878b4df61ed1))

### 🔁 Continuous Integration

* configure dependabot to update github-actions on a weekly basis ([01688c0](https://github.com/wearefrank/zaakbrug/commit/01688c0093910eee9bf1474006728f7dbe952a52))
* **dependencies:** lock ci-cd-template workflow versions to commit hash instead of main branch ([3cee5ca](https://github.com/wearefrank/zaakbrug/commit/3cee5ca6dcdd43c37f38f8f585a38498cdd0b437))

## [1.19.13](https://github.com/wearefrank/zaakbrug/compare/v1.19.12...v1.19.13) (2024-07-01)

### 🧑‍💻 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.19.13
versionDate_ddmmyyyy=01/07/2024
instance.version=1.19.14
versionDate_ddmmyyyy=03/07/2024

0 comments on commit ef3cfee

Please sign in to comment.