We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3a6bdca + 7bea184 commit d138123Copy full SHA for d138123
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## [v0.9.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.9.0)
4
+ - Fix
5
+ - **Variant Group HTTP method correction**: Updated variant group link/unlink operations to use PUT method instead of POST for API compliance
6
+ - Enhanced integration test coverage for variant group operations
7
+
8
## [v0.8.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.8.0)
9
- Feat
10
- **Entry Variant support**
Directory.Build.props
@@ -1,5 +1,5 @@
<Project>
<PropertyGroup>
- <Version>0.8.0</Version>
+ <Version>0.9.0</Version>
</PropertyGroup>
</Project>
0 commit comments