diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5e27b2c..789edd4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.6.3"} +{".":"0.6.4"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 10867e6..599e339 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.4](https://github.com/tagshelfsrl/alfred-python/compare/v0.6.3...v0.6.4) (2026-03-19) + + +### Bug Fixes + +* normalize job metadata from JSON string to dict in SDK ([#52](https://github.com/tagshelfsrl/alfred-python/issues/52)) ([dc8907a](https://github.com/tagshelfsrl/alfred-python/commit/dc8907a0a8da2853e568a34b5fb7205638eb0e0b)) + ## [0.6.3](https://github.com/tagshelfsrl/alfred-python/compare/v0.6.2...v0.6.3) (2025-07-23) diff --git a/pyproject.toml b/pyproject.toml index 2040653..2a1f74b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "alfred-python" -version = "0.6.3" +version = "0.6.4" authors = [{ name = "Tagshelf LLC", email = "support@tagshelf.com" }] description = "Python library designed to simplify and streamline interactions with the Alfred API" readme = "README.md"