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

Commit 2d59773

Browse files
committed
changelog: update for v0.6.0
Signed-off-by: Sumner Evans <[email protected]>
1 parent ac9654d commit 2d59773

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# v0.6.0
2+
3+
* Removed ability to pickle the `LinkedInMessaging` cookies. Use `from_cookies`
4+
and pass `JSESSIONID` and `li_at` individually.
5+
16
# v0.5.7
27

38
* Added objects to support message edits.

linkedin_messaging/__init__.py

+1-1
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.7"
7+
__version__ = "0.6.0"
88
__description__ = "An unofficial API for interacting with LinkedIn Messaging"
99

1010
__license__ = "Apache License 2.0"

0 commit comments

Comments
 (0)