Skip to content

Commit 1295ff3

Browse files
authored
Merge pull request #84 from livechat/0-3-3-release
Add changelog entry and setup.cfg bump for 0.3.3
2 parents db5356b + 5f245a8 commit 1295ff3

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,18 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## [0.3.3] - 2022-07-20
5+
6+
### Added
7+
- 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`.
8+
9+
### Changed
10+
- Updated requirements.txt.
11+
12+
### Bugfixes
13+
- Fix HTTP method in `get_dynamic_configuration`, `get_configuration`, `get_localization`, `list_group_properties`, `list_license_properties` and `delete_event_properties`.
14+
- Fix `upload_file` method by changing the way of uploading files; using HTTP multipart encoding.
15+
416
## [0.3.2] - 2022-06-20
517

618
### Added

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = lc-sdk-python
3-
version = 0.3.2
3+
version = 0.3.3
44
description = Package which lets to work with LiveChat API.
55
long_description = file: README.md
66
long_description_content_type = text/markdown

0 commit comments

Comments
 (0)