Skip to content

Commit

Permalink
Prepare Release 0.2.0 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahharsh176 authored May 21, 2024
1 parent 277a3b5 commit 4bc3fff
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ 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.2.0] - 2024-05-21

### Added

- rename zelthy to zango [(#224)](https://github.com/Healthlane-Technologies/Zango/pull/224)
- beautiful soup added to requirements [(#208)](https://github.com/Healthlane-Technologies/Zango/pull/208)
- Session Timeout [(#197)](https://github.com/Healthlane-Technologies/Zango/pull/197)
- Audit Log [(#231)](https://github.com/Healthlane-Technologies/Zango/pull/231)
- Securing platform access with IP [(#229)](https://github.com/Healthlane-Technologies/Zango/pull/229)
- Included gitpod in this repo (Earlier we were maintaining seperate repo for gitpod) [(#235)](https://github.com/Healthlane-Technologies/Zango/pull/235)

### Fixed

- Improve Error Message for Invalid Password in ``PlatformUserModel.create_user`` method [(#177)](https://github.com/Healthlane-Technologies/Zango/pull/177)
- Change App Panel Login message [(#190)](https://github.com/Healthlane-Technologies/Zango/pull/190)
- ``get_package_url`` http/https issue and production docker compose fixed [(#163)](https://github.com/Healthlane-Technologies/Zango/pull/163)
- package download method updated [(#230)](https://github.com/Healthlane-Technologies/Zango/pull/230)

## [0.1.2] - 2024-03-20

### Fixed
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.2"
PLATFORM_VERSION = "0.2.0"


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
@@ -1,3 +1,3 @@
from zango.core import internal_requests

__version__ = "0.1.2"
__version__ = "0.2.0"

0 comments on commit 4bc3fff

Please sign in to comment.