diff --git a/CHANGELOG.md b/CHANGELOG.md index ae44b7f5..e83cd827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [4.10.0](https://github.com/myparcelnl/magento/compare/v4.9.1...v4.10.0) (2023-08-01) + + +### :sparkles: New Features + +* **fulfilment:** add order notes ([#768](https://github.com/myparcelnl/magento/issues/768)) ([d1fcdcc](https://github.com/myparcelnl/magento/commit/d1fcdcc84809564b4b30f6566acbcf1b43fdb2a7)) + + +### :bug: Bug Fixes + +* **migration:** fix deprecated functionality ([#766](https://github.com/myparcelnl/magento/issues/766)) ([5e18dad](https://github.com/myparcelnl/magento/commit/5e18dadd6adcd1f83d7a19dabd32d5bb027be0ba)) + ## [4.9.1](https://github.com/myparcelnl/magento/compare/v4.9.0...v4.9.1) (2023-04-20) diff --git a/composer.json b/composer.json index fe3e1e91..cf3031ed 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.9.1", + "version": "4.10.0", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index 09411f51..b3064f50 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index f9453de1..1a7386cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.9.1", + "version": "4.10.0", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",