diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1b77f506d..1bc571363 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.7.0" + ".": "0.7.1" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fdc1a4b29..51c060b0a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.7.1](https://github.com/Increase/increase-python/compare/v0.7.0...v0.7.1) (2023-06-19) + + +### Chores + +* **internal:** add overloads to `client.get` for streaming ([#17](https://github.com/Increase/increase-python/issues/17)) ([5b0137d](https://github.com/Increase/increase-python/commit/5b0137d1dba6aba7552a630d5a09dddaed2a63c8)) + + +### Refactors + +* **api:** remove unused properties and enum members ([#19](https://github.com/Increase/increase-python/issues/19)) ([9b94033](https://github.com/Increase/increase-python/commit/9b940336b331dcba54b6c51d61e50d37b8e615ca)) + ## [0.7.0](https://github.com/Increase/increase-python/compare/v0.6.1...v0.7.0) (2023-06-13) diff --git a/pyproject.toml b/pyproject.toml index 7839a5598..4c47d9a2e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "increase" -version = "0.7.0" +version = "0.7.1" description = "Client library for the increase API" readme = "README.md" authors = ["Increase "] diff --git a/src/increase/_version.py b/src/increase/_version.py index 5aa1de8b4..d8a9a201e 100644 --- a/src/increase/_version.py +++ b/src/increase/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "increase" -__version__ = "0.7.0" # x-release-please-version +__version__ = "0.7.1" # x-release-please-version