We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dee4ad commit 705c2a7Copy full SHA for 705c2a7
CHANGELOG.md
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
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
+
11
---
12
## [v0.5.2] - 2022-12-31
13
### Added
fdk_extension/__init__.py
@@ -2,7 +2,7 @@
2
FDK Extension helper Library
3
"""
-__version__ = '0.6.0.beta2'
+__version__ = '0.6.0'
from fdk_extension.main import setup_fdk
0 commit comments