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

Commit df2428e

Browse files
committed
changelog: update for 0.3.0
1 parent 0880e64 commit df2428e

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v0.3.0
2+
3+
* Add support for deleting messages.
4+
* Added support for the `recalled_at` property on `MessageEvent`s.
5+
* Add support for adding and removing reactions.
6+
* Add support for getting the reactors of a message and emoji.
7+
* Improved error handling when there is a JSON decode error.
8+
19
# v0.2.1
210

311
* Removed `liap` cookie as required for being authenticated.

linkedin_messaging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from .api_objects import URN
33

44
__title__ = "linkedin_messaging"
5-
__version__ = "0.2.1"
5+
__version__ = "0.3.0"
66
__description__ = "An unofficial API for interacting with LinkedIn Messaging"
77

88
__license__ = "MIT"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "linkedin_messaging"
3-
version = "0.2.1"
3+
version = "0.3.0"
44
description = "An unofficial API for interacting with LinkedIn Messaging"
55
authors = ["Sumner Evans <[email protected]>"]
66
license = "Apache-2.0"

0 commit comments

Comments
 (0)