diff --git a/CHANGELOG.md b/CHANGELOG.md index ca8a9cc..dc08df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## 1.4.6 +* Improved usage of sample ([#19](https://github.com/tiamo/phpas2/pull/19)) +* Fixed bad MIC compare ([#18](https://github.com/tiamo/phpas2/pull/18)) +* Readme improved + ## 1.4.5 * Fixed bug when MDN sent to own host ([#16](https://github.com/tiamo/phpas2/pull/16)) * Improved tests diff --git a/composer.json b/composer.json index 0f7c2ce..2f11aa2 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "tiamo/phpas2", "description": "PHPAS2 is a php-based implementation of the EDIINT AS2 standard", "type": "library", - "version": "1.4.5", + "version": "1.4.6", "authors": [ { "name": "Vladyslav K",