diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dbc0ef6..def4a988 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [7.3.1](https://github.com/myparcelnl/sdk/compare/v7.3.0...v7.3.1) (2022-07-11) + + +### :bug: Bug Fixes + +* consignment status given default value ([#424](https://github.com/myparcelnl/sdk/issues/424)) ([0df494e](https://github.com/myparcelnl/sdk/commit/0df494e358d3cf80b196e5a7d2ef687a7f7c705d)) + ## [7.3.0](https://github.com/myparcelnl/sdk/compare/v7.2.2...v7.3.0) (2022-06-16) diff --git a/composer.json b/composer.json index faa2624f..10602509 100755 --- a/composer.json +++ b/composer.json @@ -1,49 +1,49 @@ { - "name": "myparcelnl/sdk", - "version": "7.3.0", - "description": "This package is designed to send and receive data from MyParcel by means of an API.", - "keywords": [ - "MyParcel", - "Flespakket", - "PostNL" - ], - "homepage": "https://myparcelnl.github.io/sdk", - "license": "MIT", - "authors": [ - { - "name": "Edie Lemoine", - "email": "support@myparcel.nl" + "name": "myparcelnl/sdk", + "version": "7.3.1", + "description": "This package is designed to send and receive data from MyParcel by means of an API.", + "keywords": [ + "MyParcel", + "Flespakket", + "PostNL" + ], + "homepage": "https://myparcelnl.github.io/sdk", + "license": "MIT", + "authors": [ + { + "name": "Edie Lemoine", + "email": "support@myparcel.nl" + }, + { + "name": "Joeri van Veen", + "email": "support@myparcel.nl" + }, + { + "name": "Mark Ernst", + "email": "support@myparcel.nl" + }, + { + "name": "Richard Perdaan", + "email": "support@myparcel.nl" + } + ], + "require": { + "php": ">=7.1.0" }, - { - "name": "Joeri van Veen", - "email": "support@myparcel.nl" + "require-dev": { + "fakerphp/faker": "^v1.16.0", + "phpunit/phpunit": "^7.5.20", + "psr/container": "~1.0.0" }, - { - "name": "Mark Ernst", - "email": "support@myparcel.nl" + "autoload": { + "psr-4": { + "MyParcelNL\\Sdk\\src\\": "src", + "MyParcelNL\\Sdk\\": "src" + } }, - { - "name": "Richard Perdaan", - "email": "support@myparcel.nl" + "autoload-dev": { + "psr-4": { + "MyParcelNL\\Sdk\\Test\\": "test" + } } - ], - "require": { - "php": ">=7.1.0" - }, - "require-dev": { - "fakerphp/faker": "^v1.16.0", - "phpunit/phpunit": "^7.5.20", - "psr/container": "~1.0.0" - }, - "autoload": { - "psr-4": { - "MyParcelNL\\Sdk\\src\\": "src", - "MyParcelNL\\Sdk\\": "src" - } - }, - "autoload-dev": { - "psr-4": { - "MyParcelNL\\Sdk\\Test\\": "test" - } - } -} +} \ No newline at end of file