Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
chore(release): 2.5.0 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.0](seamapi/python@v2.4.0...v2.5.0) (2022-12-01)

### Features

* Do not wait for action action attempt on access_code.create ([7684c1f](seamapi/python@7684c1f))
* Return access code immediately from access_code.create ([b6ec63a](seamapi/python@b6ec63a))
  • Loading branch information
semantic-release-bot committed Dec 1, 2022
1 parent b6ec63a commit c3076b4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. See
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [2.5.0](https://github.com/seamapi/python/compare/v2.4.0...v2.5.0) (2022-12-01)


### Features

* Do not wait for action action attempt on access_code.create ([7684c1f](https://github.com/seamapi/python/commit/7684c1fa10db8014cff04007fa9b041623d8a0fe))
* Return access code immediately from access_code.create ([b6ec63a](https://github.com/seamapi/python/commit/b6ec63a13158d8e575be35c4117bd6c5ac2d9d2d))

## [2.4.0](https://github.com/seamapi/python/compare/v2.3.0...v2.4.0) (2022-11-23)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "seamapi"
version = "2.4.0"
version = "2.5.0"
description = "A Python Library for Seam's API https://getseam.com"
authors = ["Severin Ibarluzea <seveibar@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit c3076b4

Please sign in to comment.