Skip to content

Commit ed23e05

Browse files
committed
v0.17.0 [publish]
Signed-off-by: Alexander Piskun <[email protected]>
1 parent 364756e commit ed23e05

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

Diff for: CHANGELOG.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,15 @@
22

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

5-
## [0.17.0 - 2024-0x-xx]
5+
## [0.17.0 - 2024-09-05]
6+
7+
### Added
8+
9+
- `message_type` property to TalkBotMessage. #292
610

711
### Changed
812

9-
- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed.
13+
- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. #289
1014

1115
## [0.16.0 - 2024-08-12]
1216

Diff for: nc_py_api/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Version of nc_py_api."""
22

3-
__version__ = "0.17.0.dev0"
3+
__version__ = "0.17.0"

0 commit comments

Comments
 (0)