From 850b63744cd61f38aa900ab3037aabb3ac102e89 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Mon, 19 Jan 2026 16:36:43 +0530 Subject: [PATCH 1/2] Update version to 0.5.1 and enhance error messages in the changelog --- CHANGELOG.md | 5 +++++ Directory.Build.props | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80c5f3e..b841dba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ # Changelog + +## [v0.5.1](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.5.1) + - Enhancement + - Improved error messages + ## [v0.5.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.5.0) - Feat - **Variant Group Management**: Added comprehensive support for variant group operations diff --git a/Directory.Build.props b/Directory.Build.props index 2b4e7f1..8de99b3 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 0.5.0 + 0.5.1 From 47383af40a202721dffda9763f0a7091b96cae14 Mon Sep 17 00:00:00 2001 From: reeshika-h Date: Mon, 19 Jan 2026 16:42:33 +0530 Subject: [PATCH 2/2] Update version to 0.6.0 and refactor retry policy implementation for improved exception handling and retry logic --- CHANGELOG.md | 3 ++- Directory.Build.props | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b841dba..e674e4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Changelog -## [v0.5.1](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.5.1) +## [v0.6.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.6.0) - Enhancement + - Refactor retry policy implementation to improve exception handling and retry logic across various scenarios - Improved error messages ## [v0.5.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.5.0) diff --git a/Directory.Build.props b/Directory.Build.props index 8de99b3..5977029 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,5 +1,5 @@ - 0.5.1 + 0.6.0