Skip to content

Commit ef69321

Browse files
committed
v0.23.0 [publish]
Signed-off-by: Anupam Kumar <[email protected]>
1 parent 9846510 commit ef69321

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
All notable changes to this project will be documented in this file.
44

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+
### Added
18+
19+
- TaskProcessing: Add trigger_handler to set_handlers() (#382)
20+
521
## [0.21.1 - 2025-08-27]
622

723
### Changed

nc_py_api/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.22.0"
3+
__version__ = "0.23.0"

0 commit comments

Comments
 (0)