From 84942f8a83c248433b4bb3d66a8da3c205251d72 Mon Sep 17 00:00:00 2001 From: "myparcel-bot[bot]" Date: Wed, 18 Dec 2024 16:07:25 +0000 Subject: [PATCH] chore(release): 2.49.0 [skip ci] ## [2.49.0](https://github.com/myparcelnl/pdk/compare/v2.48.0...v2.49.0) (2024-12-18) ### :sparkles: New Features * add ups to nl, be and lu ([#324](https://github.com/myparcelnl/pdk/issues/324)) ([065e50f](https://github.com/myparcelnl/pdk/commit/065e50f8e87da9a56482032d99371ba19898f06a)) --- CHANGELOG.md | 7 +++++++ composer.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbd603ba6..5918cf7dc 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.0](https://github.com/myparcelnl/pdk/compare/v2.48.0...v2.49.0) (2024-12-18) + + +### :sparkles: New Features + +* add ups to nl, be and lu ([#324](https://github.com/myparcelnl/pdk/issues/324)) ([065e50f](https://github.com/myparcelnl/pdk/commit/065e50f8e87da9a56482032d99371ba19898f06a)) + ## [2.48.0](https://github.com/myparcelnl/pdk/compare/v2.47.2...v2.48.0) (2024-12-17) diff --git a/composer.json b/composer.json index 38c7a9875..badbe61fd 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "2.48.0", + "version": "2.49.0", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://myparcel.nl",