Skip to content

Commit

Permalink
chore(release): 1.10.0
Browse files Browse the repository at this point in the history
# [1.10.0](v1.9.1...v1.10.0) (2023-11-01)

### Bug Fixes

* [#148](#148) make webhook_url and channel optional in SubscriberChannelSettingsCredentialsDto ([a334e48](a334e48))

### Features

* **api:** add transaction id param to  MessageApi list method ([4fc5dad](4fc5dad))
* **deps:** update dependency sentry-sdk to v1.33.0 ([939e10d](939e10d))
* **deps:** update dependency sentry-sdk to v1.33.1 ([7d0f327](7d0f327))
* **deps:** update dependency sphinx to v7.2.6 ([f430a40](f430a40))
  • Loading branch information
semantic-release-bot committed Nov 1, 2023
1 parent 7d0f327 commit 29c3b67
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [1.10.0](https://github.com/novuhq/novu-python/compare/v1.9.1...v1.10.0) (2023-11-01)


### Bug Fixes

* [#148](https://github.com/novuhq/novu-python/issues/148) make webhook_url and channel optional in SubscriberChannelSettingsCredentialsDto ([a334e48](https://github.com/novuhq/novu-python/commit/a334e4874bfa4ef8b7cfe57f5de696045c568bd3))


### Features

* **api:** add transaction id param to MessageApi list method ([4fc5dad](https://github.com/novuhq/novu-python/commit/4fc5dad80f7d2ecbb6a8fc983f99d30654bae874))
* **deps:** update dependency sentry-sdk to v1.33.0 ([939e10d](https://github.com/novuhq/novu-python/commit/939e10de2c9c546341cb8c51a197871622e68d4c))
* **deps:** update dependency sentry-sdk to v1.33.1 ([7d0f327](https://github.com/novuhq/novu-python/commit/7d0f327183fdd06eaac960e662d9ddbcc27f0d48))
* **deps:** update dependency sphinx to v7.2.6 ([f430a40](https://github.com/novuhq/novu-python/commit/f430a40a68d1d0b73bab1ed97ec445537de67bfa))

## [1.9.1](https://github.com/novuhq/novu-python/compare/v1.9.0...v1.9.1) (2023-10-27)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "This project aims to provide a wrapper for the Novu API."
keywords = ["novu", "python", "sdk", "api", "wrapper"]
name = "novu"
version = "1.9.1"
version = "1.10.0"

documentation = "https://novu-python.readthedocs.io/en/latest"
homepage = "https://novu-python.readthedocs.io/en/latest"
Expand Down

0 comments on commit 29c3b67

Please sign in to comment.