Skip to content

Commit

Permalink
bump version and update changelog (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh176 authored Jan 10, 2025
1 parent 8dbec98 commit baee6f3
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.4.1] - 2024-01-10

### Added
* Setup App Panel Frontend for Local API Development [(#357)](https://github.com/Healthlane-Technologies/Zango/pull/357)
* openpyxl dependency added [(#431)](https://github.com/Healthlane-Technologies/Zango/pull/431)

### Fixed
* pkg config_url None if configure route fails [(#423)](https://github.com/Healthlane-Technologies/Zango/pull/423)
* default theme created when uploading template [(#424)](https://github.com/Healthlane-Technologies/Zango/pull/424)
* minor fixes in App Panel login page [(#351)](https://github.com/Healthlane-Technologies/Zango/pull/351)
* Color Picker Input Issue in App Panel Theme Configuration [(#432)](https://github.com/Healthlane-Technologies/Zango/pull/432)

## [0.4.0] - 2024-12-13

### 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.4.0"
PLATFORM_VERSION = "0.4.1"


def get_requirements(env):
Expand Down
2 changes: 1 addition & 1 deletion backend/src/zango/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@


__all__ = ["internal_requests"]
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit baee6f3

Please sign in to comment.