Skip to content

Commit

Permalink
chore(patch): release 6.10.1 [skip ci]
Browse files Browse the repository at this point in the history
## [6.10.1](v6.10.0...v6.10.1) (2023-10-06)

### 🐛 Bug Fixes

* prevent soap unwrap error on disconnect ([73be892](73be892))
  • Loading branch information
semantic-release-bot committed Oct 6, 2023
1 parent 73be892 commit a7557a9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
[![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)

## [6.10.1](https://github.com/Sudwest-Fryslan/WebformulierenVerwerker/compare/v6.10.0...v6.10.1) (2023-10-06)


### 🐛 Bug Fixes

* prevent soap unwrap error on disconnect ([73be892](https://github.com/Sudwest-Fryslan/WebformulierenVerwerker/commit/73be892989d63f392fc789504b5015b8302968f5))

## [6.10.0](https://github.com/Sudwest-Fryslan/WebformulierenVerwerker/compare/v6.9.0...v6.10.0) (2023-10-05)


Expand Down
4 changes: 2 additions & 2 deletions classes/BuildInfo.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
instance.version=6.10.0
versionDate_ddmmyyyy=05/10/2023
instance.version=6.10.1
versionDate_ddmmyyyy=06/10/2023
4 changes: 2 additions & 2 deletions configurations/WebformulierenVerwerker/BuildInfo.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
configuration.version=6.10.0
configuration.timestamp=20231005-135715
configuration.version=6.10.1
configuration.timestamp=20231006-074918
4 changes: 2 additions & 2 deletions publiccode.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ publiccodeYmlVersion: "0.2"
# Instructies: https://github.com/OpenCatalogi/OpenCatalogiBundle/blob/main/docs/Publiccode.md
name: WebformulierenVerwerker
url: "https://github.com/Sudwest-Fryslan/WebformulierenVerwerker.git"
softwareVersion: "6.10.0" # Optional
releaseDate: 2023-10-05
softwareVersion: "6.10.1" # Optional
releaseDate: 2023-10-06
applicationSuite: het-integratie-platform
platforms:
- frankframework
Expand Down

0 comments on commit a7557a9

Please sign in to comment.