Skip to content

Commit 56990d7

Browse files
committed
Version Bump and Change Log
1 parent 123cc7e commit 56990d7

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# Changelog
2+
## [v0.3.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.3.0)
3+
- Feat
4+
- Bulk Operations:
5+
- Added Support for the bulk operations of Publish, Unpublish, Delete, Workflow Update, addRelease Items, Update Release Items, Job-Status both sync and async methods
6+
- Nested Global Fields:
7+
Added the support for the nested global fields for all the CRUD Operations
8+
19
# Changelog
210
## [v0.2.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.2.0)
311
- Fix

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.2.0";
38+
private string Version => "0.3.0";
3939
private string xUserAgent => $"contentstack-management-dotnet/{Version}";
4040
#endregion
4141

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.2.0</Version>
3+
<Version>0.3.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)