Skip to content

Commit 795aeb3

Browse files
committed
Update changelog for v0.5.0 release and set version to 0.5.0 in project files
1 parent dbe323c commit 795aeb3

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Changelog
2+
## [v0.5.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.5.0)
3+
- Feat
4+
- **Variant Group Management**: Added comprehensive support for variant group operations
5+
- Added `VariantGroup` model class with Find, LinkContentTypes and UnlinkContentTypes methods
6+
- Comprehensive unit test coverage with 33+ tests covering all functionality and edge cases
7+
28
## [v0.4.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.4.0)
39
- Feat
410
- **MFA Support**: Added Multi-Factor Authentication (MFA) support for login operations

Contentstack.Management.Core/ContentstackClient.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ public class ContentstackClient : IContentstackClient
3535
private HttpClient _httpClient;
3636
private bool _disposed = false;
3737

38-
private string Version => "0.4.0";
38+
private string Version => "0.5.0";
3939
private string xUserAgent => $"contentstack-management-dotnet/{Version}";
4040

4141
// OAuth token storage

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>0.4.0</Version>
3+
<Version>0.5.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)