Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.29.0"
".": "1.30.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.30.0](https://github.com/knocklabs/knock-python/compare/v1.29.0...v1.30.0) (2026-07-22)


### Features

* update api spec to v0.1.1599 ([3cb081a](https://github.com/knocklabs/knock-python/commit/3cb081ae1705d1d32d7fde5d03435a172aef7def))
* update api spec to v0.1.1605 ([770c796](https://github.com/knocklabs/knock-python/commit/770c79682e1bbb22e4d9d42f07e301af5ee428c8))
* update api spec to v0.1.1607 ([0029a7a](https://github.com/knocklabs/knock-python/commit/0029a7a9c6d6ed7a5f08f35749d89c23c4801f82))
* update api spec to v0.1.1608 ([7466ad0](https://github.com/knocklabs/knock-python/commit/7466ad013c151d62a600a4e0932957f12547cb55))
* update api spec to v0.1.1609 ([1b03b98](https://github.com/knocklabs/knock-python/commit/1b03b98ef5d0769f923dda54b8c6a47dc8296092))
* update api spec to v0.1.1610 ([0151195](https://github.com/knocklabs/knock-python/commit/0151195d173cc3bdc64834b6472b75c33a49c4ab))
* update api spec to v0.1.1611 ([e972c97](https://github.com/knocklabs/knock-python/commit/e972c97dcc86df51cad8409f6a674f624ec308e1))
* update api spec to v0.1.1614 ([42280f7](https://github.com/knocklabs/knock-python/commit/42280f731a218f6a5bc79b0c52ce70ae105cd604))


### Chores

* forward SDK_WRITE_TOKEN to the back-sync workflow ([b13a198](https://github.com/knocklabs/knock-python/commit/b13a198c47fb29f198782b4676ab1fa6eaa4215a))

## [1.29.0](https://github.com/knocklabs/knock-python/compare/v1.28.0...v1.29.0) (2026-07-16)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "knockapi"
version = "1.29.0"
version = "1.30.0"
description = "The official Python library for the knock API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/knockapi/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "knockapi"
__version__ = "1.29.0" # x-release-please-version
__version__ = "1.30.0" # x-release-please-version