From 2986f5bbaf6ed6868f79808201a85efd0bbb9147 Mon Sep 17 00:00:00 2001 From: Sumner Evans Date: Mon, 27 Dec 2021 21:04:00 -0700 Subject: [PATCH] changelog: update for v0.5.2 --- CHANGELOG.md | 6 ++++++ linkedin_matrix/__init__.py | 2 +- pyproject.toml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d635338..6249c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.5.2 + +* Upgraded mautrix to `^0.14.0` +* Major improvements across the board for message send status reporting via + native Matrix notices and via message send checkpoints. + # v0.5.1 * Add support for shared feed posts. diff --git a/linkedin_matrix/__init__.py b/linkedin_matrix/__init__.py index 4eb9486..dbbfb49 100644 --- a/linkedin_matrix/__init__.py +++ b/linkedin_matrix/__init__.py @@ -1,2 +1,2 @@ -__version__ = "0.5.1" +__version__ = "0.5.2" __author__ = "Sumner Evans " diff --git a/pyproject.toml b/pyproject.toml index efd4010..8544b8a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "linkedin_matrix" -version = "0.5.1" +version = "0.5.2" description = "A Matrix-LinkedIn Messages puppeting bridge." authors = ["Sumner Evans "] readme = "README.md"