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

Commit

Permalink
changelog: update for v0.5.6
Browse files Browse the repository at this point in the history
Signed-off-by: Sumner Evans <me@sumnerevans.com>
  • Loading branch information
sumnerevans committed Jun 6, 2023
1 parent 057336f commit e5bf43d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# v0.5.6

* Added objects to support voice messages.
* Updated versions of many dependencies and all of the pre-commit hooks.

# v0.5.5

* Add back support for the `TIMEOUT` special event. All other errors still need
Expand Down
2 changes: 1 addition & 1 deletion linkedin_messaging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from .linkedin import ChallengeException, LinkedInMessaging

__title__ = "linkedin_messaging"
__version__ = "0.5.5"
__version__ = "0.5.6"
__description__ = "An unofficial API for interacting with LinkedIn Messaging"

__license__ = "Apache License 2.0"
Expand Down

0 comments on commit e5bf43d

Please sign in to comment.