Skip to content

Commit

Permalink
release: 0.29.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stainless-bot committed Dec 18, 2023
1 parent a810e9c commit 2b23bdc
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.28.0"
".": "0.29.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.29.0 (2023-12-18)

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

### Features

* **api:** remove /auth_stream enrollment endpoints ([#302](https://github.com/lithic-com/lithic-python/issues/302)) ([a810e9c](https://github.com/lithic-com/lithic-python/commit/a810e9c432ca762a3d9fa9b10f8ce790ebbcef53))


### Chores

* **ci:** run release workflow once per day ([#300](https://github.com/lithic-com/lithic-python/issues/300)) ([edfd745](https://github.com/lithic-com/lithic-python/commit/edfd745018f2e823ec654a00aaacdfd78475f43e))

## 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)
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.28.0"
version = "0.29.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.28.0" # x-release-please-version
__version__ = "0.29.0" # x-release-please-version

0 comments on commit 2b23bdc

Please sign in to comment.