Skip to content

Commit 0fcf38a

Browse files
committed
Version bump
1 parent debd7f6 commit 0fcf38a

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Changelog
2+
## [v0.4.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.4.0)
3+
- Feature
4+
- Added Support for OAuth
5+
26
## [v0.3.2](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.3.2)
37
- Fix
48
- Added Test cases for the Release

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.3.2";
38+
private string Version => "0.4.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.3.2</Version>
3+
<Version>0.4.0</Version>
44
</PropertyGroup>
55
</Project>

0 commit comments

Comments
 (0)