Skip to content
This repository was archived by the owner on Dec 12, 2023. It is now read-only.

Commit e5bf43d

Browse files
committed
changelog: update for v0.5.6
Signed-off-by: Sumner Evans <[email protected]>
1 parent 057336f commit e5bf43d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.5.6
2+
3+
* Added objects to support voice messages.
4+
* Updated versions of many dependencies and all of the pre-commit hooks.
5+
16
# v0.5.5
27

38
* Add back support for the `TIMEOUT` special event. All other errors still need

linkedin_messaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from .linkedin import ChallengeException, LinkedInMessaging
55

66
__title__ = "linkedin_messaging"
7-
__version__ = "0.5.5"
7+
__version__ = "0.5.6"
88
__description__ = "An unofficial API for interacting with LinkedIn Messaging"
99

1010
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)