We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e686f10 commit f42a8eeCopy full SHA for f42a8ee
changelog.md
@@ -1,6 +1,12 @@
1
# Change Log
2
All notable changes to this project will be documented in this file.
3
4
+## [0.3.1] - 2022-05-26
5
+
6
+### Changed
7
+- Updated httpx dependency to a version which fixes a potential vulnerability.
8
+- Updated readme file and extended examples with getting pushes from the websocket client.
9
10
## [0.3.0] - 2022-05-10
11
12
### Added
setup.cfg
@@ -1,6 +1,6 @@
[metadata]
name = lc-sdk-python
-version = 0.3.0
+version = 0.3.1
description = Package which lets to work with LiveChat API.
long_description = file: README.md
long_description_content_type = text/markdown
0 commit comments