We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 364756e commit ed23e05Copy full SHA for ed23e05
CHANGELOG.md
@@ -2,11 +2,15 @@
2
3
All notable changes to this project will be documented in this file.
4
5
-## [0.17.0 - 2024-0x-xx]
+## [0.17.0 - 2024-09-05]
6
+
7
+### Added
8
9
+- `message_type` property to TalkBotMessage. #292
10
11
### Changed
12
-- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed.
13
+- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. #289
14
15
## [0.16.0 - 2024-08-12]
16
nc_py_api/_version.py
@@ -1,3 +1,3 @@
1
"""Version of nc_py_api."""
-__version__ = "0.17.0.dev0"
+__version__ = "0.17.0"
0 commit comments