Skip to content

Commit

Permalink
Prepare release 0.1.1 (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh176 authored Mar 14, 2024
1 parent 587b596 commit c5c07ce
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ 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.1] - 2024-03-14

### Fixed

- Healtheck for app container in docker based installation [(#148)](https://github.com/Healthlane-Technologies/zelthy3/pull/148)
- App Panel: Empty table issue in task management [(#152)](https://github.com/Healthlane-Technologies/zelthy3/pull/152)
- core-dynamic_models: Code cleanup [(#155)](https://github.com/Healthlane-Technologies/zelthy3/pull/155)

## [0.1.0] - 2024-03-05

### Added
Expand Down
2 changes: 1 addition & 1 deletion backend/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

README = os.path.join(PROJECT_DIR, "README.md")

PLATFORM_VERSION = "0.1.0"
PLATFORM_VERSION = "0.1.1"


def get_requirements(env):
Expand Down

0 comments on commit c5c07ce

Please sign in to comment.