Skip to content

Commit 705c2a7

Browse files
Update change log and init version for latestversion
1 parent 9dee4ad commit 705c2a7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

7+
## [v0.6.0] - 2024-03-27
8+
Added
9+
Added retry mechanism for APIs getting used inside extension library if Fynd Platform server is down.
10+
711
---
812
## [v0.5.2] - 2022-12-31
913
### Added

fdk_extension/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FDK Extension helper Library
33
"""
44

5-
__version__ = '0.6.0.beta2'
5+
__version__ = '0.6.0'
66

77

88
from fdk_extension.main import setup_fdk

0 commit comments

Comments
 (0)