Skip to content

Commit 61c003e

Browse files
committed
update changelog and fix small error in docstring
1 parent 0b6d799 commit 61c003e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

changelog.md

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

4+
## [0.1.11] - Unreleased
5+
6+
### Added
7+
8+
- Added proxy support to web interfaces
9+
10+
411
## [0.1.10] - 2021-12-02
512

613
### Added

livechat/customer/web/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def get_client(license_id: int = None,
2727
2828
Args:
2929
license_id (int): License ID. Required to use API v3.3.
30-
token (str): Full token with type (Bearer/Basic) that will be
30+
token (str): Full token with type (Bearer) that will be
3131
used as `Authorization` header in requests to API.
3232
version (str): API's version. Defaults to `3.3`.
3333
base_url (str): API's base url. Defaults to `api.livechatinc.com`.

0 commit comments

Comments
 (0)