diff --git a/CHANGELOG.md b/CHANGELOG.md index 318f896..fc5a669 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ CHANGELOG ========= +1.0.2 - 2023-02-09 +------------------ + +Improve handling of quotation marks and other special characters in post titles. + 1.0.1 - 2022-08-05 ------------------ diff --git a/RELEASE.md b/RELEASE.md deleted file mode 100644 index 5e03022..0000000 --- a/RELEASE.md +++ /dev/null @@ -1,3 +0,0 @@ -Release type: patch - -Improve handling of quotation marks and other special characters in post titles. diff --git a/pyproject.toml b/pyproject.toml index 8a87121..fb63758 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pelican-search" -version = "1.0.1" +version = "1.0.2" description = "Pelican plugin that indexes content and enables static site searches" authors = ["Justin Mayer "] license = "AGPL-3.0"