Skip to content

Commit 109c8d7

Browse files
release: 1.20.2 (#71)
* chore(docs): add missing descriptions * release: 1.20.2 --------- Co-authored-by: stainless-app[bot] <142633134+stainless-app[bot]@users.noreply.github.com>
1 parent 9807880 commit 109c8d7

25 files changed

Lines changed: 439 additions & 3 deletions

.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.1"
2+
".": "1.20.2"
33
}

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.20.2 (2026-02-27)
4+
5+
Full Changelog: [v1.20.1...v1.20.2](https://github.com/knocklabs/knock-python/compare/v1.20.1...v1.20.2)
6+
7+
### Chores
8+
9+
* **docs:** add missing descriptions ([02bea2b](https://github.com/knocklabs/knock-python/commit/02bea2b275c9680072ed89fb06634e957f017292))
10+
311
## 1.20.1 (2026-02-24)
412

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

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.1"
3+
version = "1.20.2"
44
description = "The official Python library for the knock API"
55
dynamic = ["readme"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)