Skip to content

Commit b9321c2

Browse files
committed
Version bump
1 parent aef96af commit b9321c2

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [v0.1.12](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.1.12)
4+
- Fix
5+
- Fixed the delivery token url
6+
37
## [v0.1.11](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.1.11)
48
- Feat
59
- Add support for custom Http client and IHttpClientFactory

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

0 commit comments

Comments
 (0)