We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9846510 commit ef69321Copy full SHA for ef69321
CHANGELOG.md
@@ -2,6 +2,22 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [0.23.0 - 2025-11-25]
6
+
7
+### Added
8
9
+- TaskProcessing: Add next_task_batch endpoint (#383)
10
11
+### Fixed
12
13
+- handle bot join messages properly to get conversation id and name (#385)
14
15
+## [0.22.0 - 2025-10-24]
16
17
18
19
+- TaskProcessing: Add trigger_handler to set_handlers() (#382)
20
21
## [0.21.1 - 2025-08-27]
22
23
### Changed
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.22.0"
+__version__ = "0.23.0"
0 commit comments