diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fda2a69..1370cf03 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.10.0](https://github.com/myparcelnl/prestashop/compare/v1.9.0...v1.10.0) (2024-01-02) + + +### :sparkles: New Features + +* add digital stamp weight range ([#233](https://github.com/myparcelnl/prestashop/issues/233)) ([1286abf](https://github.com/myparcelnl/prestashop/commit/1286abfbdc5a7fa5a39bfffc71c1e9ce6c09c881)) + ## [1.9.0](https://github.com/myparcelnl/prestashop/compare/v1.8.2...v1.9.0) (2023-10-30) diff --git a/composer.json b/composer.json index 014a1189..a0a9aef5 100755 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "myparcelnl/prestashop-module", - "version": "1.9.0", + "version": "1.10.0", "license": "MIT", "type": "prestashop-module", "scripts": { diff --git a/package.json b/package.json index 0ed6f600..8e6cf44b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@myparcel/prestashop-module", - "version": "1.9.0", + "version": "1.10.0", "private": true, "repository": "github:myparcelnl/prestashop", "license": "MIT",