diff --git a/sdks/python/CHANGELOG.md b/sdks/python/CHANGELOG.md index 794cf2829..5915c34dd 100644 --- a/sdks/python/CHANGELOG.md +++ b/sdks/python/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to Hatchet's Python SDK will be documented in this changelog The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.21.7] - 2025-12-15 + +### Added + +- Adds a `get` method to the event client + ## [1.21.6] - 2025-12-11 ### Added diff --git a/sdks/python/pyproject.toml b/sdks/python/pyproject.toml index 3f5f0edc1..05e2402bb 100644 --- a/sdks/python/pyproject.toml +++ b/sdks/python/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "hatchet-sdk" -version = "1.21.6" +version = "1.21.7" description = "This is the official Python SDK for Hatchet, a distributed, fault-tolerant task queue. The SDK allows you to easily integrate Hatchet's task scheduling and workflow orchestration capabilities into your Python applications." authors = [ "Alexander Belanger ",