diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index b870c5e..5fdd883 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 28c10eb..576a939 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/loiccoyle/phomo/compare/v1.0.2...v1.1.0) (2024-07-05) + + +### Features + +* **palette:** add more plots ([ce7b124](https://github.com/loiccoyle/phomo/commit/ce7b124ce32de45f27273b4d52f8cc28bb7ffcd2)) + ## [1.0.2](https://github.com/loiccoyle/phomo/compare/v1.0.1...v1.0.2) (2024-07-05) diff --git a/pyproject.toml b/pyproject.toml index f032781..babd757 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "phomo" -version = "1.0.2" +version = "1.1.0" description = "Python package and CLI utility to create photo mosaics." authors = ["Loic Coyle "] license = "MIT"