From a6c4f3f61ffb1169c245935c97b9d0d8781dd528 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Wed, 20 Nov 2024 13:16:33 +0000 Subject: [PATCH] chore(release): 2.47.2 [skip ci] ## [2.47.2](https://github.com/myparcelnl/pdk/compare/v2.47.1...v2.47.2) (2024-11-20) ### :bug: Bug Fixes * **validation:** remove receipt_code requirement from package to belgium ([4e099f6](https://github.com/myparcelnl/pdk/commit/4e099f6f893aef0dc015094387457ac30b6d1b51)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 71a5727a9..b68efcbfb 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.47.2](https://github.com/myparcelnl/pdk/compare/v2.47.1...v2.47.2) (2024-11-20) + + +### :bug: Bug Fixes + +* **validation:** remove receipt_code requirement from package to belgium ([4e099f6](https://github.com/myparcelnl/pdk/commit/4e099f6f893aef0dc015094387457ac30b6d1b51)) + ## [2.47.1](https://github.com/myparcelnl/pdk/compare/v2.47.0...v2.47.1) (2024-11-14) diff --git a/composer.json b/composer.json index d8c3eb9a4..a369a1448 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.47.1", + "version": "2.47.2", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",