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

Commit c3076b4

Browse files
chore(release): 2.5.0 [skip ci]
## [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))
1 parent b6ec63a commit c3076b4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file. See
44
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [2.5.0](https://github.com/seamapi/python/compare/v2.4.0...v2.5.0) (2022-12-01)
7+
8+
9+
### Features
10+
11+
* Do not wait for action action attempt on access_code.create ([7684c1f](https://github.com/seamapi/python/commit/7684c1fa10db8014cff04007fa9b041623d8a0fe))
12+
* Return access code immediately from access_code.create ([b6ec63a](https://github.com/seamapi/python/commit/b6ec63a13158d8e575be35c4117bd6c5ac2d9d2d))
13+
614
## [2.4.0](https://github.com/seamapi/python/compare/v2.3.0...v2.4.0) (2022-11-23)
715

816

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "seamapi"
3-
version = "2.4.0"
3+
version = "2.5.0"
44
description = "A Python Library for Seam's API https://getseam.com"
55
authors = ["Severin Ibarluzea <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)