Skip to content

Commit 36634cc

Browse files
Release 0.6.0 (#491)
Co-authored-by: Harsh Shah <[email protected]>
1 parent ddc30cc commit 36634cc

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.6.0] - 2025-05-30
9+
10+
### Added
11+
* OIDC login support in App Panel [(#464)](https://github.com/Healthlane-Technologies/Zango/pull/464)
12+
* Token Authentication for App Users [(#466)](https://github.com/Healthlane-Technologies/Zango/pull/466)
13+
* Added support for managing app secrets via the App Panel, making them available for use within applications. [(#472)](https://github.com/Healthlane-Technologies/Zango/pull/472)
14+
15+
### Fixed
16+
17+
* Configurable image tags and names for production environment [(#481)](https://github.com/Healthlane-Technologies/Zango/pull/481)
18+
* Internal request improvements [(#482)](https://github.com/Healthlane-Technologies/Zango/pull/482)
19+
* Opentelemetry working with otel collector [(#486)](https://github.com/Healthlane-Technologies/Zango/pull/486)
20+
21+
822
## [0.5.3] - 2025-05-12
923

1024
### Fixed

backend/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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

11-
PLATFORM_VERSION = "0.5.3"
11+
PLATFORM_VERSION = "0.6.0"
1212

1313

1414
def get_requirements(env):

backend/src/zango/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33

44
__all__ = ["internal_requests"]
5-
__version__ = "0.5.3"
5+
__version__ = "0.6.0"

0 commit comments

Comments
 (0)