From a0748d3beaa9dd144833258daa8068f57a6767d4 Mon Sep 17 00:00:00 2001 From: "stainless-app[bot]" <142633134+stainless-app[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 23:41:41 +0000 Subject: [PATCH] release: 0.44.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ pyproject.toml | 2 +- src/lithic/_version.py | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fe87cd91..cc51f6f8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.43.0" + ".": "0.44.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b3e1a28c..934ef4bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.44.0 (2024-05-29) + +Full Changelog: [v0.43.0...v0.44.0](https://github.com/lithic-com/lithic-python/compare/v0.43.0...v0.44.0) + +### Features + +* **api:** add simulate_receipt and simulate_action endpoints ([#454](https://github.com/lithic-com/lithic-python/issues/454)) ([d7058ec](https://github.com/lithic-com/lithic-python/commit/d7058ec8baa28401874770232408571c0fe8e81d)) + ## 0.43.0 (2024-05-29) Full Changelog: [v0.42.0...v0.43.0](https://github.com/lithic-com/lithic-python/compare/v0.42.0...v0.43.0) diff --git a/pyproject.toml b/pyproject.toml index f54e8dbf..fe95acad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "lithic" -version = "0.43.0" +version = "0.44.0" 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 46512935..5435066b 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.43.0" # x-release-please-version +__version__ = "0.44.0" # x-release-please-version