Skip to content

Commit

Permalink
chore(main): release tremendous-python 4.2.0 (#36)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[4.2.0](tremendous-python-v4.1.0...tremendous-python-v4.2.0)
(2024-11-08)


### Features

* add `discount` to `Order` payment details
([4158c9e](4158c9e))
* add `risk` property to fraud reviews
([4158c9e](4158c9e))
* include order property when possible on balance transactions endpoint
([#35](#35))
([4158c9e](4158c9e))


### Bug Fixes

* fix `POST /orders` "created" response schema
([#38](#38))
([df2f204](df2f204))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Nov 19, 2024
1 parent 88a7ef6 commit 2dd43d5
Show file tree
Hide file tree
Showing 4 changed files with 17 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 @@
{
".": "4.1.0"
".": "4.2.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [4.2.0](https://github.com/tremendous-rewards/tremendous-python/compare/tremendous-python-v4.1.0...tremendous-python-v4.2.0) (2024-11-08)


### Features

* add `discount` to `Order` payment details ([4158c9e](https://github.com/tremendous-rewards/tremendous-python/commit/4158c9e5bbf86e0443bd02ca6f3971af76cedde9))
* add `risk` property to fraud reviews ([4158c9e](https://github.com/tremendous-rewards/tremendous-python/commit/4158c9e5bbf86e0443bd02ca6f3971af76cedde9))
* include order property when possible on balance transactions endpoint ([#35](https://github.com/tremendous-rewards/tremendous-python/issues/35)) ([4158c9e](https://github.com/tremendous-rewards/tremendous-python/commit/4158c9e5bbf86e0443bd02ca6f3971af76cedde9))


### Bug Fixes

* fix `POST /orders` "created" response schema ([#38](https://github.com/tremendous-rewards/tremendous-python/issues/38)) ([df2f204](https://github.com/tremendous-rewards/tremendous-python/commit/df2f204330a47d9968cd8a731eadf99e8c263130))

## [4.1.0](https://github.com/tremendous-rewards/tremendous-python/compare/tremendous-python-v4.0.1...tremendous-python-v4.1.0) (2024-11-04)


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 = "tremendous"
version = "4.1.0"
version = "4.2.0"
long_description="Python API client for Tremendous"
description = "Python API client for Tremendous"
authors = ["API Support <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion tremendous/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '4.1.0'
__version__ = '4.2.0'

0 comments on commit 2dd43d5

Please sign in to comment.