Skip to content

Commit b214a0d

Browse files
release: 1.8.0
1 parent b72984d commit b214a0d

4 files changed

Lines changed: 19 additions & 3 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.7.1"
2+
".": "1.8.0"
33
}

CHANGELOG.md

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

3+
## 1.8.0 (2025-06-18)
4+
5+
Full Changelog: [v1.7.1...v1.8.0](https://github.com/knocklabs/knock-python/compare/v1.7.1...v1.8.0)
6+
7+
### Features
8+
9+
* **api:** api update ([4f1b799](https://github.com/knocklabs/knock-python/commit/4f1b799dcdf50253c531f5c1c9b71c6feec3cd98))
10+
11+
12+
### Chores
13+
14+
* **ci:** enable for pull requests ([38cb0ce](https://github.com/knocklabs/knock-python/commit/38cb0ce8e86ff6fe1c676805bfb708ab37ed4319))
15+
* **internal:** update conftest.py ([5bcbc15](https://github.com/knocklabs/knock-python/commit/5bcbc15a618a92a5b4bbf73c612583566d78989d))
16+
* **readme:** update badges ([b72984d](https://github.com/knocklabs/knock-python/commit/b72984d6cf99fbb5d78e5af92e6ef82cae007a31))
17+
* **tests:** add tests for httpx client instantiation & proxies ([e971449](https://github.com/knocklabs/knock-python/commit/e9714490d78f9f477437425a72451c1a5a74b16c))
18+
319
## 1.7.1 (2025-06-13)
420

521
Full Changelog: [v1.7.0...v1.7.1](https://github.com/knocklabs/knock-python/compare/v1.7.0...v1.7.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.7.1"
3+
version = "1.8.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.7.1" # x-release-please-version
4+
__version__ = "1.8.0" # x-release-please-version

0 commit comments

Comments
 (0)