diff --git a/CHANGELOG.md b/CHANGELOG.md index 984079816..45a21e8fd 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. +### [1.0.1](https://github.com/myparcelnl/pdk/compare/v1.0.0...v1.0.1) (2022-04-06) + + +### :bug: Bug Fixes + +* calculate the weights correctly ([#1](https://github.com/myparcelnl/pdk/issues/1)) ([5975c2a](https://github.com/myparcelnl/pdk/commit/5975c2a059f66a6fd517b2dc5de2cbc03fc9ab1b)) + ## 1.0.0 (2022-03-25) diff --git a/composer.json b/composer.json index eb09b4d1d..cb1095927 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/pdk", - "version": "1.0.0", + "version": "1.0.1", "description": "MyParcel Plugin Development Kit", "type": "library", "homepage": "https://www.myparcel.nl",