diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 99489dc..8d5c762 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,6 +5,11 @@ Changelog This document records all notable changes to `pyluach `_. This project adheres to `Semantic Versioning `_. +`2.2.0`_(2023-02-??) +==================== +* Added `include_day` param to ``festival`` and ``holiday`` methods and + functions. + `2.1.0`_ (2023-02-12) ================================ * Added ``add`` and ``subtract`` methods to ``dates.HebrewDate``. @@ -88,6 +93,7 @@ This project adheres to `Semantic Versioning `_. * Initial public release +.. _`2.2.0`: https://github.com/simlist/pyluach/compare/v2.0.2...v2.2.0 .. _`2.1.0`: https://github.com/simlist/pyluach/compare/v2.0.2...v2.1.0 .. _`2.0.2`: https://github.com/simlist/pyluach/compare/v2.0.1...v2.0.2 .. _`2.0.1`: https://github.com/simlist/pyluach/compare/v2.0.0...v2.0.1