diff --git a/.release-please-manifest.json b/.release-please-manifest.json index dca8457..2b5f5d6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.1"} +{".":"0.6.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e7e597b..9d2d83f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.2](https://github.com/tagshelfsrl/alfred-python/compare/v0.6.1...v0.6.2) (2025-07-23) + + +### Bug Fixes + +* refactor ResponseType handling and move to typed module ([1e8817b](https://github.com/tagshelfsrl/alfred-python/commit/1e8817bfba037cef05ad0f728998c7384326a758)) + ## [0.6.1](https://github.com/tagshelfsrl/alfred-python/compare/v0.6.0...v0.6.1) (2025-07-23) diff --git a/pyproject.toml b/pyproject.toml index 8fd6ba9..9b440f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "alfred-python" -version = "0.6.1" +version = "0.6.2" authors = [{ name = "Tagshelf LLC", email = "support@tagshelf.com" }] description = "Python library designed to simplify and streamline interactions with the Alfred API" readme = "README.md"