diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f1793792..0c2fee4a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.48.1" + ".": "0.48.2" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a0c5b07..3f898a05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.48.2 (2024-06-26) + +Full Changelog: [v0.48.1...v0.48.2](https://github.com/lithic-com/lithic-python/compare/v0.48.1...v0.48.2) + +### Bug Fixes + +* temporarily patch upstream version to fix broken release flow ([#470](https://github.com/lithic-com/lithic-python/issues/470)) ([ca18455](https://github.com/lithic-com/lithic-python/commit/ca1845557fc0c28fb48857092dd06e8d8e540540)) + ## 0.48.1 (2024-06-25) Full Changelog: [v0.48.0...v0.48.1](https://github.com/lithic-com/lithic-python/compare/v0.48.0...v0.48.1) diff --git a/pyproject.toml b/pyproject.toml index 97950090..1af30a5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lithic" -version = "0.48.1" +version = "0.48.2" description = "The official Python library for the lithic API" dynamic = ["readme"] license = "Apache-2.0" diff --git a/src/lithic/_version.py b/src/lithic/_version.py index 5ba6da71..b7321f00 100644 --- a/src/lithic/_version.py +++ b/src/lithic/_version.py @@ -1,4 +1,4 @@ # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details. __title__ = "lithic" -__version__ = "0.48.1" # x-release-please-version +__version__ = "0.48.2" # x-release-please-version