diff --git a/CHANGELOG.md b/CHANGELOG.md index adb7fa5b..a4628e37 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. +## [4.16.2](https://github.com/myparcelnl/magento/compare/v4.16.1...v4.16.2) (2024-09-10) + + +### :bug: Bug Fixes + +* honor package type choice from admin ([#862](https://github.com/myparcelnl/magento/issues/862)) ([c93eef4](https://github.com/myparcelnl/magento/commit/c93eef46bea8b72828d81053a969a099b6f40719)) + ## [4.16.1](https://github.com/myparcelnl/magento/compare/v4.16.0...v4.16.1) (2024-08-08) diff --git a/composer.json b/composer.json index 21ca0c84..c748ab8a 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.16.1", + "version": "4.16.2", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index 32dd093d..afea435c 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index b3600fd1..49d67f5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.16.1", + "version": "4.16.2", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",