diff --git a/CHANGELOG.md b/CHANGELOG.md index 3eb06a9..c43b14a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 0.3.0 - 2021-10-13 + ### Added - Add `AsyncOAuthHandler` diff --git a/pyproject.toml b/pyproject.toml index 8511c29..0b6d439 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "iolite-client" -version = "0.2.0" +version = "0.3.0" description = "API client for interacting with IOLite's remote API" authors = ["Malachi Soord "] license = "MIT"