diff --git a/CHANGELOG.md b/CHANGELOG.md index 34e9a51..7064ff6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ --- +[//]: # (START/v2.0.0) +# v2.0.0 + +## 🔴 Breaking changes +* Requires Python 3.10 or newer. {#125} + +## 🚀 Features + * Added ConfigClass for HTTPX to simplify configuration. {#118} + +## 🔧 Fixes + * Updated to HTTPX v0.28.1. {#121} + * Bumped certifi from 2023.7.22 to 2024.7.4. {#114} + * Bumped idna from 3.4 to 3.7. {#107} + +--- + [//]: # (START/v1.5.1) # v1.5.1 diff --git a/pyproject.toml b/pyproject.toml index 15ae956..df766a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onepasswordconnectsdk" -version = "1.5.1" +version = "2.0.0" description = "Python SDK for 1Password Connect" license = "MIT" authors = ["1Password"]