Skip to content

Commit

Permalink
release: 0.56.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Aug 12, 2024
1 parent a10e217 commit a769a75
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.55.0"
".": "0.56.0"
}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.56.0 (2024-08-12)

Full Changelog: [v0.55.0...v0.56.0](https://github.com/lithic-com/lithic-python/compare/v0.55.0...v0.56.0)

### Features

* **api:** add property `Account.cardholder_currency` ([#529](https://github.com/lithic-com/lithic-python/issues/529)) ([26f0669](https://github.com/lithic-com/lithic-python/commit/26f0669a8efe806df97dbb91836d00bdd51a0564))
* **api:** add property `Card.cardholder_currency` ([26f0669](https://github.com/lithic-com/lithic-python/commit/26f0669a8efe806df97dbb91836d00bdd51a0564))
* **api:** add property `CardProgram.cardholder_currencies` ([26f0669](https://github.com/lithic-com/lithic-python/commit/26f0669a8efe806df97dbb91836d00bdd51a0564))
* **api:** add property `CardProgram.cardholder_currency` ([26f0669](https://github.com/lithic-com/lithic-python/commit/26f0669a8efe806df97dbb91836d00bdd51a0564))


### Chores

* **ci:** bump prism mock server version ([#526](https://github.com/lithic-com/lithic-python/issues/526)) ([c610f81](https://github.com/lithic-com/lithic-python/commit/c610f8115d65667e99f373946ba44357dde506c7))
* **internal:** ensure package is importable in lint cmd ([#528](https://github.com/lithic-com/lithic-python/issues/528)) ([194b0d7](https://github.com/lithic-com/lithic-python/commit/194b0d720fd9f01e12705e7792a2dfdcafefa44b))

## 0.55.0 (2024-08-09)

Full Changelog: [v0.54.0...v0.55.0](https://github.com/lithic-com/lithic-python/compare/v0.54.0...v0.55.0)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "lithic"
version = "0.55.0"
version = "0.56.0"
description = "The official Python library for the lithic API"
dynamic = ["readme"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lithic/_version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

__title__ = "lithic"
__version__ = "0.55.0" # x-release-please-version
__version__ = "0.56.0" # x-release-please-version

0 comments on commit a769a75

Please sign in to comment.