Skip to content

Commit

Permalink
Update dependencies and prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
usox committed Aug 11, 2022
1 parent 15167bf commit 85b213f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [1.10.1] - 2022-08-11
### FIXED
- FormStatistic::getDuplicationErrorCount() causes a TypeError due to missing
hydration of the value (thx @LosHawlos)
- Update structs to 1.13.1

## [1.10.0] - 2022-07-01
### ADDED
- Support for new salutation type "divers"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"require": {
"php": ">=7.2",
"ext-soap": "*",
"scn/evalanche-soap-api-struct": "^1.13",
"scn/evalanche-soap-api-struct": "^1.13.1",
"scn/hydrator": "^2|^3",
"scn/hydrator-property-values": "^2.0|^3.0"
},
Expand Down

0 comments on commit 85b213f

Please sign in to comment.