Skip to content

Commit

Permalink
release: 0.75.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-app[bot] authored Oct 22, 2024
1 parent b387f32 commit 9c977d4
Show file tree
Hide file tree
Showing 4 changed files with 16 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.74.1"
".": "0.75.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.75.0 (2024-10-22)

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

### Features

* **api:** removes `transfer_transaction.created` webhook and updates to VerificationApplication ([#603](https://github.com/lithic-com/lithic-python/issues/603)) ([b387f32](https://github.com/lithic-com/lithic-python/commit/b387f32b6922b6318273ce15bca3f5cdf1992b1e))


### Chores

* **internal:** remove unused black config ([#601](https://github.com/lithic-com/lithic-python/issues/601)) ([73a28e5](https://github.com/lithic-com/lithic-python/commit/73a28e5071d404ef16d69ae3d153789a4c4b1208))

## 0.74.1 (2024-10-21)

Full Changelog: [v0.74.0...v0.74.1](https://github.com/lithic-com/lithic-python/compare/v0.74.0...v0.74.1)
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.74.1"
version = "0.75.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.74.1" # x-release-please-version
__version__ = "0.75.0" # x-release-please-version

0 comments on commit 9c977d4

Please sign in to comment.