diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 5179bad..ce15c46 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,10 @@ Change Log This document records all notable changes to `pyluach `_. This project adheres to `Semantic Versioning `_. +`2.0.1`_ (2022-08-24) +--------------------- +* Fix issue (`#24`_) where Shavuos is returned in most months on day 7. + `2.0.0`_ (2022-05-29) --------------------- * Changed equality comparers to compare object identity on unmatched types. @@ -71,6 +75,7 @@ This project adheres to `Semantic Versioning `_. * Initial public release +.. _`2.0.1`: https://github.com/simlist/pyluach/compare/v2.0.0...v2.0.1 .. _`2.0.0`: https://github.com/simlist/pyluach/compare/v1.4.2...v2.0.0 .. _`1.4.2`: https://github.com/simlist/pyluach/compare/v1.4.1...v1.4.2 .. _`1.4.1`: https://github.com/simlist/pyluach/compare/v1.4.0...v1.4.1 @@ -82,4 +87,5 @@ This project adheres to `Semantic Versioning `_. .. _`1.1.0`: https://github.com/simlist/pyluach/compare/v1.0.1...v1.1.0 .. _`1.0.1`: https://github.com/simlist/pyluach/releases/tag/v1.0.1 -.. _`#11`: https://github.com/simlist/pyluach/issues/11 \ No newline at end of file +.. _`#11`: https://github.com/simlist/pyluach/issues/11 +.. _`#24`: https://github.com/simlist/pyluach/issues/24 \ No newline at end of file