Skip to content
This repository was archived by the owner on Apr 19, 2025. It is now read-only.

Commit 2986f5b

Browse files
committed
changelog: update for v0.5.2
1 parent 8870e72 commit 2986f5b

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# v0.5.2
2+
3+
* Upgraded mautrix to `^0.14.0`
4+
* Major improvements across the board for message send status reporting via
5+
native Matrix notices and via message send checkpoints.
6+
17
# v0.5.1
28

39
* Add support for shared feed posts.

linkedin_matrix/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "0.5.1"
1+
__version__ = "0.5.2"
22
__author__ = "Sumner Evans <[email protected]>"

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_matrix"
3-
version = "0.5.1"
3+
version = "0.5.2"
44
description = "A Matrix-LinkedIn Messages puppeting bridge."
55
authors = ["Sumner Evans <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)