Skip to content

Commit

Permalink
DHLGW-1139: prepare release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian80 committed Aug 25, 2021
1 parent dd7d053 commit 5258037
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 2.0.1 - 2021-08-24

### Changed

- Rename method argument to align with web service field name.

## 2.0.0 - 2020-03-04

### Changed
Expand Down
11 changes: 4 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"homepage": "https://entwickler.dhl.de/group/ep/wsapis/retouren",
"authors": [
{
"name": "Christoph Aßmann",
"email": "[email protected]"
"email": "[email protected]",
"name": "Netresearch DTT GmbH",
"role": "Manufacturer",
"homepage": "https://www.netresearch.de/"
}
],
"require": {
Expand Down Expand Up @@ -44,10 +46,5 @@
"psr-4": {
"Dhl\\Sdk\\Paket\\Retoure\\Test\\": "test/"
}
},
"extra": {
"branch-alias": {
"dev-develop": "2.0.x-dev"
}
}
}

0 comments on commit 5258037

Please sign in to comment.