diff --git a/CHANGELOG.md b/CHANGELOG.md index 1bfe44374..a69115733 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. +## [5.2.0](https://github.com/myparcelnl/woocommerce/compare/v5.1.0...v5.2.0) (2025-01-03) + + +### :sparkles: New Features + +* **deps:** upgrade myparcelnl/pdk to v2.49.1 ([bcc543e](https://github.com/myparcelnl/woocommerce/commit/bcc543e4bab98163b405241321e2b226e89fe4c9)) + ## [5.1.0](https://github.com/myparcelnl/woocommerce/compare/v5.0.0...v5.1.0) (2024-12-17) diff --git a/composer.json b/composer.json index e8d681355..ff300f46a 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/woocommerce", - "version": "5.1.0", + "version": "5.2.0", "require": { "myparcelnl/pdk": "^2.0.0", "guzzlehttp/guzzle": "^7.5.0", diff --git a/package.json b/package.json index 0a833fb13..3566c8218 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel-woocommerce/monorepo", - "version": "5.1.0", + "version": "5.2.0", "private": true, "homepage": "https://github.com/myparcelnl/woocommerce#readme", "bugs": { diff --git a/woocommerce-myparcel.php b/woocommerce-myparcel.php index b27dcd3b4..b7a23d414 100755 --- a/woocommerce-myparcel.php +++ b/woocommerce-myparcel.php @@ -9,7 +9,7 @@ Description: Export your WooCommerce orders to MyParcel and print labels directly from the WooCommerce admin Author: MyParcel Author URI: https://myparcel.nl -Version: 5.1.0 +Version: 5.2.0 License: MIT License URI: http://www.opensource.org/licenses/mit-license.php */