diff --git a/CHANGELOG.md b/CHANGELOG.md index 778ff49c..2fc3422a 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.14.2](https://github.com/myparcelnl/magento/compare/v4.14.1...v4.14.2) (2024-04-04) + + +### :bug: Bug Fixes + +* add delivery options 6 ([#835](https://github.com/myparcelnl/magento/issues/835)) ([a253bcc](https://github.com/myparcelnl/magento/commit/a253bccf75ae825eae19cee3e2b48eaedc8279c7)) + ## [4.14.1](https://github.com/myparcelnl/magento/compare/v4.14.0...v4.14.1) (2024-04-02) diff --git a/composer.json b/composer.json index bde5c932..90e32f39 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/magento", - "version": "4.14.1", + "version": "4.14.2", "description": "A Magento 2 module that creates MyParcel labels", "keywords": [ "myparcel", diff --git a/etc/module.xml b/etc/module.xml index ab80d910..115cb8d0 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,5 +1,5 @@ - + diff --git a/package.json b/package.json index 1de23b55..63e16c23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/magento", - "version": "4.14.1", + "version": "4.14.2", "private": true, "description": "Voor de handleiding en meer informatie ga naar: https://myparcelnl.github.io/magento/", "homepage": "https://myparcelnl.github.io/magento",