Skip to content

Commit

Permalink
chore(release): 1.3.0
Browse files Browse the repository at this point in the history
# [1.3.0](v1.2.0...v1.3.0) (2023-06-02)

### Bug Fixes

* allow Novu's enums to be JSON-serializable ([#31](#31)) ([368733e](368733e)), closes [#26](#26)
* **integration:** ``credentials`` are optionals for an integration ([284c2fd](284c2fd))

### Features

* add function to bulk trigger events ([53a80b7](53a80b7))
* **api:** add the inbound-parse api ([#35](#35)) ([ad606eb](ad606eb)), closes [#8](#8)
* **api:** allow to override the timeout of `requests` module ([bec1671](bec1671))
* **api:** allow users to provide a `requests` Session ([#34](#34)) ([faf6f7f](faf6f7f)), closes [#25](#25)
  • Loading branch information
semantic-release-bot committed Jun 2, 2023
1 parent 368733e commit 3836e21
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [1.3.0](https://github.com/novuhq/novu-python/compare/v1.2.0...v1.3.0) (2023-06-02)


### Bug Fixes

* allow Novu's enums to be JSON-serializable ([#31](https://github.com/novuhq/novu-python/issues/31)) ([368733e](https://github.com/novuhq/novu-python/commit/368733e4e173288076901c3a1f6d1ec431ec204e)), closes [#26](https://github.com/novuhq/novu-python/issues/26)
* **integration:** ``credentials`` are optionals for an integration ([284c2fd](https://github.com/novuhq/novu-python/commit/284c2fd00b45045e7d49cd910afde051e94c3b46))


### Features

* add function to bulk trigger events ([53a80b7](https://github.com/novuhq/novu-python/commit/53a80b765c9761fae6fade04a4e578885d61ec59))
* **api:** add the inbound-parse api ([#35](https://github.com/novuhq/novu-python/issues/35)) ([ad606eb](https://github.com/novuhq/novu-python/commit/ad606eba9d5be9d022bc553a3941609392ed326a)), closes [#8](https://github.com/novuhq/novu-python/issues/8)
* **api:** allow to override the timeout of `requests` module ([bec1671](https://github.com/novuhq/novu-python/commit/bec1671d8133aa9c337a7bd4864e6f76321e54ac))
* **api:** allow users to provide a `requests` Session ([#34](https://github.com/novuhq/novu-python/issues/34)) ([faf6f7f](https://github.com/novuhq/novu-python/commit/faf6f7f225d5feb4781c9f0c8a8b58f05462ed90)), closes [#25](https://github.com/novuhq/novu-python/issues/25)

# [1.3.0-alpha.2](https://github.com/novuhq/novu-python/compare/v1.3.0-alpha.1...v1.3.0-alpha.2) (2023-06-01)


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.3.0-alpha.2"
version = "1.3.0"

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

0 comments on commit 3836e21

Please sign in to comment.