diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4208b5c..1b77f50 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.6.0" + ".": "0.7.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e6e2b6..1f832a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## 0.7.0 (2024-01-25) + +Full Changelog: [v0.6.0...v0.7.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.6.0...v0.7.0) + +### Features + +* **client:** enable follow redirects by default ([#131](https://github.com/anthropics/anthropic-bedrock-python/issues/131)) ([aa95ff7](https://github.com/anthropics/anthropic-bedrock-python/commit/aa95ff73344d33025e9a4c090228813f645cd1bf)) + + +### Chores + +* **internal:** add internal helpers ([#128](https://github.com/anthropics/anthropic-bedrock-python/issues/128)) ([dedf694](https://github.com/anthropics/anthropic-bedrock-python/commit/dedf694e6c7de5e03e017d1ce7911c15c04a0f04)) + ## 0.6.0 (2024-01-18) Full Changelog: [v0.5.9...v0.6.0](https://github.com/anthropics/anthropic-bedrock-python/compare/v0.5.9...v0.6.0) diff --git a/pyproject.toml b/pyproject.toml index f48dfd2..d5ff202 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "anthropic-bedrock" -version = "0.6.0" +version = "0.7.0" description = "The official Python library for the anthropic-bedrock API" readme = "README.md" license = "MIT" diff --git a/src/anthropic_bedrock/_version.py b/src/anthropic_bedrock/_version.py index 2b9d804..55e97ea 100644 --- a/src/anthropic_bedrock/_version.py +++ b/src/anthropic_bedrock/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "anthropic_bedrock" -__version__ = "0.6.0" # x-release-please-version +__version__ = "0.7.0" # x-release-please-version