From cab14772c3dca1a88fa7eb01e3c87e6a0866f1ae Mon Sep 17 00:00:00 2001 From: kacperf531 Date: Tue, 25 Oct 2022 16:12:20 +0200 Subject: [PATCH] Release lc-sdk-python v0.3.4 --- changelog.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/changelog.md b/changelog.md index e3a352f..3bd3bc8 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Change Log All notable changes to this project will be documented in this file. -## [0.3.4] - TBA +## [0.3.4] - 2022-10-26 ### Added - New methods in configuration-api v3.5: `list_groups_properties`, `get_product_source`. @@ -11,14 +11,12 @@ All notable changes to this project will be documented in this file. ### Changed - Renamed method `tag_chat_usage` to `chat_usage` in reports-api v3.5. +- Internal documentation main page and structure. ### Bugfixes - Fix paths for `response_time` and `first_response_time` methods in reports-api v3.4/v3.5 classes. - Fix `upload_file` method in agent-api v3.4/v3.5 classes. -### Changed -- Internal documentation main page and structure. - ### Removed - Support for `list_group_properties`, `get_license_id` and `get_organization_id` method in configuration-api v3.5 class. - Support for `webhook` parameter in `create_bot` and `update_bot` methods in configuration-api v3.3/v3.4/v3.5 classes.