From 5f245a81933ae9eb1291c820b3b63e669fe801ce Mon Sep 17 00:00:00 2001 From: skamieniarz Date: Wed, 20 Jul 2022 11:48:48 +0200 Subject: [PATCH] Add changelog entry and setup.cfg bump for 0.3.3 --- changelog.md | 12 ++++++++++++ setup.cfg | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 9b6a812..73e8347 100644 --- a/changelog.md +++ b/changelog.md @@ -1,6 +1,18 @@ # Change Log All notable changes to this project will be documented in this file. +## [0.3.3] - 2022-07-20 + +### Added +- Support fo new batch methods in configuration-api v3.5: `batch_create_agents`, `batch_delete_agents`, `batch_update_agents`, `batch_approve_agents`, `batch_suspend_agents`, `batch_unsuspend_agents`. + +### Changed +- Updated requirements.txt. + +### Bugfixes +- Fix HTTP method in `get_dynamic_configuration`, `get_configuration`, `get_localization`, `list_group_properties`, `list_license_properties` and `delete_event_properties`. +- Fix `upload_file` method by changing the way of uploading files; using HTTP multipart encoding. + ## [0.3.2] - 2022-06-20 ### Added diff --git a/setup.cfg b/setup.cfg index dca42f2..7293ebb 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = lc-sdk-python -version = 0.3.2 +version = 0.3.3 description = Package which lets to work with LiveChat API. long_description = file: README.md long_description_content_type = text/markdown