Skip to content

Commit

Permalink
chore(release): 1.7.0
Browse files Browse the repository at this point in the history
# [1.7.0](v1.6.0...v1.7.0) (2023-10-14)

### Features

* **blueprint:** add blueprint api ([0e885ea](0e885ea))
* **subscriber:** [#59](#59) - add bulk create for subscribers ([9b5983d](9b5983d))
* **subscriber:** added the delete_credentials method to the SubscriberApi ([d6ffc98](d6ffc98))
  • Loading branch information
semantic-release-bot committed Oct 14, 2023
1 parent 9b5983d commit 1dc1340
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [1.7.0](https://github.com/novuhq/novu-python/compare/v1.6.0...v1.7.0) (2023-10-14)


### Features

* **blueprint:** add blueprint api ([0e885ea](https://github.com/novuhq/novu-python/commit/0e885ea55c9fec7cd70892f4c1935e92f15e1e21))
* **subscriber:** [#59](https://github.com/novuhq/novu-python/issues/59) - add bulk create for subscribers ([9b5983d](https://github.com/novuhq/novu-python/commit/9b5983d506a020b0361bc03d218196602aa3c857))
* **subscriber:** added the delete_credentials method to the SubscriberApi ([d6ffc98](https://github.com/novuhq/novu-python/commit/d6ffc98c0c448cf6bbe8326f3c3864a8431d0c50))

# [1.6.0](https://github.com/novuhq/novu-python/compare/v1.5.0...v1.6.0) (2023-10-14)


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.6.0"
version = "1.7.0"

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

0 comments on commit 1dc1340

Please sign in to comment.