diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 780311ca..72ad725f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.69.0" + ".": "4.70.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 86722805..3895b7c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [4.70.0](https://github.com/orbcorp/orb-python/compare/v4.69.0...v4.70.0) (2026-08-25) + + +### Features + +* **api:** restore deprecated `scaling_factor` field on unit and matrix price configs ([f994b1c](https://github.com/orbcorp/orb-python/commit/f994b1c536e5c2f8dc8a4e928202b03b3cc2ba98)) + + +### Bug Fixes + +* **api:** reject empty or missing dimension values in dimensional price configuration ([f994b1c](https://github.com/orbcorp/orb-python/commit/f994b1c536e5c2f8dc8a4e928202b03b3cc2ba98)) + ## [4.69.0](https://github.com/orbcorp/orb-python/compare/v4.68.0...v4.69.0) (2026-08-19) diff --git a/pyproject.toml b/pyproject.toml index 95517176..821aa34b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "orb-billing" -version = "4.69.0" +version = "4.70.0" description = "The official Python library for the orb API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/orb/_version.py b/src/orb/_version.py index 36309c3e..aa53b1ac 100644 --- a/src/orb/_version.py +++ b/src/orb/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "orb" -__version__ = "4.69.0" # x-release-please-version +__version__ = "4.70.0" # x-release-please-version