diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 37fcefa..895bf0e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.0" + ".": "2.0.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 16f98bb..56ff8ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # CHANGELOG +## [2.0.0](https://github.com/Problematy/platzky-msgbar/compare/1.0.0...v2.0.0) (2026-07-07) + + +### ⚠ BREAKING CHANGES + +* new releasing system ([#22](https://github.com/Problematy/platzky-msgbar/issues/22)) + +### Features + +* new releasing system ([#22](https://github.com/Problematy/platzky-msgbar/issues/22)) ([16965fc](https://github.com/Problematy/platzky-msgbar/commit/16965fc89d5d06e198a1548ff065e9753f0b14c7)) + + +### Bug Fixes + +* fixed dependencies ([#25](https://github.com/Problematy/platzky-msgbar/issues/25)) ([5341d8f](https://github.com/Problematy/platzky-msgbar/commit/5341d8f4d3148e8e7e89c085d446c6de83812166)) + ## v0.1.7 (2025-12-02) ### Bug Fixes diff --git a/pyproject.toml b/pyproject.toml index 64d02bd..1021518 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "platzky_msgbar" -version = "1.0.0" +version = "2.0.0" description = "A Platzky plugin to show a message bar above the page" authors = [] license = "MIT"