diff --git a/CHANGES.md b/CHANGES.md index 7cbc89d..6116335 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -11,20 +11,26 @@ Changes: - None Fixes: -- Adds missing closing parentheses to the corrected_citation_full method in FullCaseCitation and FullJournalCitation classes. +- None ## Current -**2.6.1 - 2024-02-29** +**2.6.2 - 2024-03-19** Fixes: - - Improves reliability of utils.hash_sha256() by providing a default function to handle non-serializable objects. +- Adds missing closing parentheses to the corrected_citation_full method in FullCaseCitation and FullJournalCitation classes. ## Past +**2.6.1 - 2024-02-29** + +Fixes: + + - Improves reliability of utils.hash_sha256() by providing a default function to handle non-serializable objects. + **2.6.0 - 2024-02-07** Features: diff --git a/pyproject.toml b/pyproject.toml index a7b984d..422ad13 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.poetry] -version = "2.6.1" +version = "2.6.2" authors = ["Free Law Project "] classifiers = [ "Development Status :: 5 - Production/Stable",