We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd28177 commit 1e667d4Copy full SHA for 1e667d4
CHANGELOG.md
@@ -2,7 +2,11 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.19.3 - 2025-04-28]
+## [0.20.0 - 2025-04-28]
6
+
7
+### Changed
8
9
+- ExApps: `nc_py_api.ex_app.events_listener.EventsListener` was removed in favor of `nc_py_api.webhooks`. #348
10
11
### Fixed
12
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.19.2"
+__version__ = "0.20.0"
0 commit comments