From 83d5bc1ac382703f24146e59f44ad104dd0dc026 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Thu, 19 Dec 2024 16:06:45 +0000 Subject: [PATCH] chore(release): 2.49.1 [skip ci] ## [2.49.1](https://github.com/myparcelnl/pdk/compare/v2.49.0...v2.49.1) (2024-12-19) ### :bug: Bug Fixes * **schema:** update PostNL BE base schema validation rules ([#329](https://github.com/myparcelnl/pdk/issues/329)) ([e2a4a5c](https://github.com/myparcelnl/pdk/commit/e2a4a5cb9db9ffca45c23b0b4e579b1ea75c38a9)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5918cf7dc..836137884 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.49.1](https://github.com/myparcelnl/pdk/compare/v2.49.0...v2.49.1) (2024-12-19) + + +### :bug: Bug Fixes + +* **schema:** update PostNL BE base schema validation rules ([#329](https://github.com/myparcelnl/pdk/issues/329)) ([e2a4a5c](https://github.com/myparcelnl/pdk/commit/e2a4a5cb9db9ffca45c23b0b4e579b1ea75c38a9)) + ## [2.49.0](https://github.com/myparcelnl/pdk/compare/v2.48.0...v2.49.0) (2024-12-18) diff --git a/composer.json b/composer.json index badbe61fd..d45931c6d 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.49.0", + "version": "2.49.1", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",