diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 03537fea..dc28bf34 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.31.1" + ".": "1.31.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index fb553133..19b8c136 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.31.2 (2023-11-21) + +Full Changelog: [v1.31.1...v1.31.2](https://github.com/orbcorp/orb-python/compare/v1.31.1...v1.31.2) + +### Bug Fixes + +* **client:** attempt to parse unknown json content types ([#61](https://github.com/orbcorp/orb-python/issues/61)) ([2ff1f69](https://github.com/orbcorp/orb-python/commit/2ff1f69a8a7b6a138002cf8eef49d76e71a6bb2e)) + ## 1.31.1 (2023-11-20) Full Changelog: [v1.31.0...v1.31.1](https://github.com/orbcorp/orb-python/compare/v1.31.0...v1.31.1) diff --git a/pyproject.toml b/pyproject.toml index fdc3506b..1ccccf16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "orb-billing" -version = "1.31.1" +version = "1.31.2" description = "The official Python library for the orb API" readme = "README.md" license = "Apache-2.0" diff --git a/src/orb/_version.py b/src/orb/_version.py index b89d4bc5..c01c7ae8 100644 --- a/src/orb/_version.py +++ b/src/orb/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. __title__ = "orb" -__version__ = "1.31.1" # x-release-please-version +__version__ = "1.31.2" # x-release-please-version