diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b902e2fc..83d25950f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.1.2] - 2024-03-20 + +### Fixed + +- missing requirement added for pytz [(#158)](https://github.com/Healthlane-Technologies/zelthy3/pull/158) + ## [0.1.1] - 2024-03-14 ### Fixed diff --git a/backend/setup.py b/backend/setup.py index 472b17df4..55611cc25 100644 --- a/backend/setup.py +++ b/backend/setup.py @@ -8,7 +8,7 @@ README = os.path.join(PROJECT_DIR, "README.md") -PLATFORM_VERSION = "0.1.1" +PLATFORM_VERSION = "0.1.2" def get_requirements(env):