diff --git a/CHANGELOG.md b/CHANGELOG.md index c8416b4b..b748e472 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,15 @@ All notable changes to this project will be documented in this file. -## [0.17.0 - 2024-0x-xx] +## [0.17.0 - 2024-09-05] + +### Added + +- `message_type` property to TalkBotMessage. #292 ### Changed -- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. +- NextcloudApp: `TextProcessing`, `Speech2Text` and `Translation` AI Providers API was removed. #289 ## [0.16.0 - 2024-08-12] diff --git a/nc_py_api/_version.py b/nc_py_api/_version.py index f262b71d..dc3370e1 100644 --- a/nc_py_api/_version.py +++ b/nc_py_api/_version.py @@ -1,3 +1,3 @@ """Version of nc_py_api.""" -__version__ = "0.17.0.dev0" +__version__ = "0.17.0"