Skip to content

Commit

Permalink
release: 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Oct 1, 2024
1 parent 09e406b commit 4822dc0
Show file tree
Hide file tree
Showing 4 changed files with 17 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.71.0"
".": "0.72.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.72.0 (2024-10-01)

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

### Features

* **api:** rename `loan_tape_response.statement_balance` to `previous_statement_balance` ([#587](https://github.com/lithic-com/lithic-python/issues/587)) ([57b648e](https://github.com/lithic-com/lithic-python/commit/57b648e29e213d87b395421e5571f9b89cd640f1))


### Documentation

* fix typo in fenced code block language ([#586](https://github.com/lithic-com/lithic-python/issues/586)) ([5e8dbb4](https://github.com/lithic-com/lithic-python/commit/5e8dbb42879f28d8437f7b8634c375ee8a8095e7))
* improve and reference contributing documentation ([#584](https://github.com/lithic-com/lithic-python/issues/584)) ([aa350d9](https://github.com/lithic-com/lithic-python/commit/aa350d92d0a722303e24de3baedd2e4a126db583))

## 0.71.0 (2024-10-01)

Full Changelog: [v0.70.0...v0.71.0](https://github.com/lithic-com/lithic-python/compare/v0.70.0...v0.71.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.71.0"
version = "0.72.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.71.0" # x-release-please-version
__version__ = "0.72.0" # x-release-please-version

0 comments on commit 4822dc0

Please sign in to comment.