diff --git a/CHANGELOG.md b/CHANGELOG.md index 088f6f7..a7c7fc0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ CHANGELOG ========= +1.2.1 - 2025-03-23 +------------------ + +Add title to Bluesky + +Contributed by [Daniel Lemos](https://github.com/xspager) via [PR #34](https://github.com/pelican-plugins/share-post/pull/34/) + + 1.2.0 - 2025-01-29 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index e9d0cdf..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Add title to Bluesky \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 40ff79f..90ed39b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "pelican-share-post" -version = "1.2.0" +version = "1.2.1" description = "A Pelican plugin to create share URLs of article" authors = [{name = "Talha Mansoor", email = "talha131@gmail.com"}, {name = "Justin Mayer", email = "entroP@gmail.com"}] license = {text = "MIT"}