From aaaac10f9251136de0d2efd35d6a74265adee55f Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Mon, 29 Jul 2024 16:04:05 +0000 Subject: [PATCH] chore(release): 2.41.0 [skip ci] ## [2.41.0](https://github.com/myparcelnl/pdk/compare/v2.40.0...v2.41.0) (2024-07-29) ### :sparkles: New Features * add international mailbox support when shipping to belgium ([#289](https://github.com/myparcelnl/pdk/issues/289)) ([ef5c714](https://github.com/myparcelnl/pdk/commit/ef5c714a38247d7bdbee5164867a399162ff73b9)) --- CHANGELOG.md | 7 +++++++ composer.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7139f4224..76151f06d 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. +## [2.41.0](https://github.com/myparcelnl/pdk/compare/v2.40.0...v2.41.0) (2024-07-29) + + +### :sparkles: New Features + +* add international mailbox support when shipping to belgium ([#289](https://github.com/myparcelnl/pdk/issues/289)) ([ef5c714](https://github.com/myparcelnl/pdk/commit/ef5c714a38247d7bdbee5164867a399162ff73b9)) + ## [2.40.0](https://github.com/myparcelnl/pdk/compare/v2.39.3...v2.40.0) (2024-07-17) diff --git a/composer.json b/composer.json index 21d995961..6a89a3785 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.40.0", + "version": "2.41.0", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl", @@ -71,4 +71,4 @@ "pestphp/pest-plugin": true } } -} +} \ No newline at end of file