Skip to content

Commit

Permalink
release: 0.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 15, 2023
1 parent f486f21 commit d82503d
Show file tree
Hide file tree
Showing 4 changed files with 22 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.27.2"
".": "0.28.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## 0.28.0 (2023-12-15)

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

### Features

* **api:** rename `token` and `type` to `financial_account_token` and `financial_account_type` ([#299](https://github.com/lithic-com/lithic-python/issues/299)) ([e7fe65c](https://github.com/lithic-com/lithic-python/commit/e7fe65c5fed56e356d54d2a6dcb1e6140f3dcd5e))


### Documentation

* improve README timeout comment ([#295](https://github.com/lithic-com/lithic-python/issues/295)) ([fe21964](https://github.com/lithic-com/lithic-python/commit/fe2196458b282980d86dfefc9a68a05717397f33))


### Refactors

* **client:** simplify cleanup ([#297](https://github.com/lithic-com/lithic-python/issues/297)) ([226aea9](https://github.com/lithic-com/lithic-python/commit/226aea9169cf26d3ef7c6bd7f23d318fb7069332))
* simplify internal error handling ([#298](https://github.com/lithic-com/lithic-python/issues/298)) ([95aa1a1](https://github.com/lithic-com/lithic-python/commit/95aa1a190b994d6ec6e893975430adbda6b8bfd0))

## 0.27.2 (2023-12-08)

Full Changelog: [v0.27.1...v0.27.2](https://github.com/lithic-com/lithic-python/compare/v0.27.1...v0.27.2)
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.27.2"
version = "0.28.0"
description = "The official Python library for the lithic API"
readme = "README.md"
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.

__title__ = "lithic"
__version__ = "0.27.2" # x-release-please-version
__version__ = "0.28.0" # x-release-please-version

0 comments on commit d82503d

Please sign in to comment.