Skip to content

Commit

Permalink
release: 0.36.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] committed Feb 19, 2024
1 parent 612a950 commit c76a8a2
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.35.0"
".": "0.36.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.36.0 (2024-02-19)

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

### Features

* **api:** update financial_account_type and documentation ([#363](https://github.com/lithic-com/lithic-python/issues/363)) ([589dd28](https://github.com/lithic-com/lithic-python/commit/589dd28a38513e4627237868d25de960ce0a9d52))


### Chores

* **internal:** refactor release environment script ([#361](https://github.com/lithic-com/lithic-python/issues/361)) ([6da0145](https://github.com/lithic-com/lithic-python/commit/6da0145a8b54d879fb3f3401562761014035ec5e))
* **tests:** add integration test for pagination ([#358](https://github.com/lithic-com/lithic-python/issues/358)) ([8aafef9](https://github.com/lithic-com/lithic-python/commit/8aafef98237f52c61da023db201392df09acb7b8))


### Documentation

* add CONTRIBUTING.md ([#360](https://github.com/lithic-com/lithic-python/issues/360)) ([e37f886](https://github.com/lithic-com/lithic-python/commit/e37f886e638f29ec150615e345ec76bcf7f1532d))

## 0.35.0 (2024-02-07)

Full Changelog: [v0.34.2...v0.35.0](https://github.com/lithic-com/lithic-python/compare/v0.34.2...v0.35.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.35.0"
version = "0.36.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.35.0" # x-release-please-version
__version__ = "0.36.0" # x-release-please-version

0 comments on commit c76a8a2

Please sign in to comment.