diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c6b9d4f..c22fbeca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v0.22.5 (2024-11-01) + +### Fix + +- deploy version to 0.22.5 +- **version**: Add support for Photoshop 190 (2025) + ## v0.22.4 (2023-12-04) ### Fix diff --git a/photoshop/__version__.py b/photoshop/__version__.py index 8b81d72f..39e99648 100644 --- a/photoshop/__version__.py +++ b/photoshop/__version__.py @@ -1 +1 @@ -__version__ = "0.22.4" +__version__ = "0.22.5" diff --git a/pyproject.toml b/pyproject.toml index 06de30b2..38cc1b1d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "photoshop-python-api" -version = "0.22.4" +version = "0.22.5" description = "Python API for Photoshop." homepage = "https://github.com/loonghao/photoshop-python-api" repository = "https://github.com/loonghao/photoshop-python-api" @@ -61,7 +61,7 @@ mkdocs-literate-nav = "^0.6.0" [tool.commitizen] name = "cz_conventional_commits" -version = "0.22.4" +version = "0.22.5" tag_format = "v$version" version_files = [ "pyproject.toml:version",