Skip to content

Commit fbb7d23

Browse files
release: 1.21.0 (#72)
* codegen metadata * feat(api): api update * release: 1.21.0 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 109c8d7 commit fbb7d23

6 files changed

Lines changed: 16 additions & 5 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.20.2"
2+
".": "1.21.0"
33
}

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 90
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-b0b2bad50557aa0fe95d42cd97c6b45e8c45f6f257950048545faafafc851a17.yml
3-
openapi_spec_hash: 4e26fcff8efa06e31f3b2bfc191a7006
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/knock%2Fknock-f66cae298f89e5ff3617e24242d98eba7af0fc8a3016cf64ad67e1c86e2af466.yml
3+
openapi_spec_hash: 8927e92b492fdc408394b6415bfa2587
44
config_hash: 32503026a45db991d0d102f25af40a77

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.21.0 (2026-03-02)
4+
5+
Full Changelog: [v1.20.2...v1.21.0](https://github.com/knocklabs/knock-python/compare/v1.20.2...v1.21.0)
6+
7+
### Features
8+
9+
* **api:** api update ([0136eea](https://github.com/knocklabs/knock-python/commit/0136eea9f2ef24caa2a1bdd07a48047a13f627e2))
10+
311
## 1.20.2 (2026-02-27)
412

513
Full Changelog: [v1.20.1...v1.20.2](https://github.com/knocklabs/knock-python/compare/v1.20.1...v1.20.2)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "knockapi"
3-
version = "1.20.2"
3+
version = "1.21.0"
44
description = "The official Python library for the knock API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

src/knockapi/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
22

33
__title__ = "knockapi"
4-
__version__ = "1.20.2" # x-release-please-version
4+
__version__ = "1.21.0" # x-release-please-version

src/knockapi/types/users/guide_get_channel_response.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,9 @@ class Entry(BaseModel):
9999

100100
channel_id: Optional[str] = None
101101

102+
dashboard_url: Optional[str] = None
103+
"""URL to this guide in the Knock dashboard"""
104+
102105
inserted_at: Optional[datetime] = None
103106

104107
key: Optional[str] = None

0 commit comments

Comments
 (0)