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

Commit 390fc70

Browse files
chore(release): 2.8.0 [skip ci]
## [2.8.0](seamapi/python@v2.7.0...v2.8.0) (2023-03-09) ### Features * Add custom_metadata ([#75](seamapi/python#75)) ([01be89c](seamapi/python@01be89c)) ### Bug Fixes * parity with js changes ([59051b4](seamapi/python@59051b4))
1 parent 01be89c commit 390fc70

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.8.0](https://github.com/seamapi/python/compare/v2.7.0...v2.8.0) (2023-03-09)
7+
8+
9+
### Features
10+
11+
* Add custom_metadata ([#75](https://github.com/seamapi/python/issues/75)) ([01be89c](https://github.com/seamapi/python/commit/01be89cf854fa1d244f448f1ab41113c166f6340))
12+
13+
14+
### Bug Fixes
15+
16+
* parity with js changes ([59051b4](https://github.com/seamapi/python/commit/59051b40b9b43a87ebaa23d898ea1f2c4d417811))
17+
618
## [2.7.0](https://github.com/seamapi/python/compare/v2.6.0...v2.7.0) (2023-02-28)
719

820

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.7.0"
3+
version = "2.8.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)