diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d9a5d555..ba231b07 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.20.2" + ".": "1.21.0" } \ No newline at end of file diff --git a/.stats.yml b/.stats.yml index 85c7c657..a04273e2 100644 --- a/.stats.yml +++ b/.stats.yml @@ -1,4 +1,4 @@ configured_endpoints: 90 -openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-b0b2bad50557aa0fe95d42cd97c6b45e8c45f6f257950048545faafafc851a17.yml -openapi_spec_hash: 4e26fcff8efa06e31f3b2bfc191a7006 +openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f66cae298f89e5ff3617e24242d98eba7af0fc8a3016cf64ad67e1c86e2af466.yml +openapi_spec_hash: 8927e92b492fdc408394b6415bfa2587 config_hash: 32503026a45db991d0d102f25af40a77 diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e10ba8..436b238f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.21.0 (2026-03-02) + +Full Changelog: [v1.20.2...v1.21.0](https://github.com/knocklabs/knock-python/compare/v1.20.2...v1.21.0) + +### Features + +* **api:** api update ([0136eea](https://github.com/knocklabs/knock-python/commit/0136eea9f2ef24caa2a1bdd07a48047a13f627e2)) + ## 1.20.2 (2026-02-27) Full Changelog: [v1.20.1...v1.20.2](https://github.com/knocklabs/knock-python/compare/v1.20.1...v1.20.2) diff --git a/pyproject.toml b/pyproject.toml index 9de699bb..37f9df09 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "knockapi" -version = "1.20.2" +version = "1.21.0" description = "The official Python library for the knock API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/knockapi/_version.py b/src/knockapi/_version.py index e330fcb9..dae1d7d7 100644 --- a/src/knockapi/_version.py +++ b/src/knockapi/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "knockapi" -__version__ = "1.20.2" # x-release-please-version +__version__ = "1.21.0" # x-release-please-version diff --git a/src/knockapi/types/users/guide_get_channel_response.py b/src/knockapi/types/users/guide_get_channel_response.py index ef9efb13..a9277e4e 100644 --- a/src/knockapi/types/users/guide_get_channel_response.py +++ b/src/knockapi/types/users/guide_get_channel_response.py @@ -99,6 +99,9 @@ class Entry(BaseModel): channel_id: Optional[str] = None + dashboard_url: Optional[str] = None + """URL to this guide in the Knock dashboard""" + inserted_at: Optional[datetime] = None key: Optional[str] = None