diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0ab55..95ce4c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## 2.10.0 + +### Added + +- Select "Postal Delivery Duty Paid" (PDDP) service with shipments to Switzerland (CH). +- Declare customs reference numbers with DHL Paket International shipments. + +### Fixed + +- Prevent DHL service box rendering issues in checkout. +- Successful Autocomplete requests are no longer logged. +- New orders are now scheduled for address check if _Analysis via Cron_ is enabled. + ## 2.9.0 ### Added diff --git a/composer.json b/composer.json index ecc6edf..389cf8d 100644 --- a/composer.json +++ b/composer.json @@ -2,16 +2,16 @@ "name": "dhl/shipping-m2", "description": "DHL multi-division shipping extension for Magento 2", "type": "metapackage", - "version": "2.9.0", + "version": "2.10.0", "license": "OSL-3.0", "require": { "deutschepost/module-autocomplete-m2": "~1.4.0", - "deutschepost/module-addressfactory-m2": "~1.4.1", + "deutschepost/module-addressfactory-m2": "~1.4.2", "deutschepost/module-internetmarke": "~2.3.3", - "dhl/module-carrier-paket": "~2.8.0", + "dhl/module-carrier-paket": "~2.9.0", "dhl/module-carrier-paket-returns": "~2.2.2", "netresearch/module-admin-notification-feed": "~1.0.0", "netresearch/module-interactive-batch-processing": "~1.1.0", - "netresearch/module-shipping-ui": "~2.4.1" + "netresearch/module-shipping-ui": "~2.4.2" } }