Skip to content

Commit 463facf

Browse files
Merge pull request #127 from 1Password/release/v2.0.0
Prepare Release - v2.0.0
2 parents 24f5778 + 18864b7 commit 463facf

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,22 @@
1212

1313
---
1414

15+
[//]: # (START/v2.0.0)
16+
# v2.0.0
17+
18+
## 🔴 Breaking changes
19+
* Requires Python 3.10 or newer. {#125}
20+
21+
## 🚀 Features
22+
* Added ConfigClass for HTTPX to simplify configuration. {#118}
23+
24+
## 🔧 Fixes
25+
* Updated to HTTPX v0.28.1. {#121}
26+
* Bumped certifi from 2023.7.22 to 2024.7.4. {#114}
27+
* Bumped idna from 3.4 to 3.7. {#107}
28+
29+
---
30+
1531
[//]: # (START/v1.5.1)
1632
# v1.5.1
1733

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "onepasswordconnectsdk"
3-
version = "1.5.1"
3+
version = "2.0.0"
44
description = "Python SDK for 1Password Connect"
55
license = "MIT"
66
authors = ["1Password"]

0 commit comments

Comments
 (0)