Skip to content

Commit 6cb68fb

Browse files
committed
chore: update version to 0.4.0 in changelog and project files
1 parent 9c035f1 commit 6cb68fb

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Changelog
2+
## [v0.4.0](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.4.0)
3+
- Feat
4+
- **MFA Support**: Added Multi-Factor Authentication (MFA) support for login operations
5+
- Added `mfaSecret` parameter to `Login` and `LoginAsync` methods for TOTP generation
6+
- Automatic TOTP token generation from Base32-encoded MFA secrets using Otp.NET library
7+
- Comprehensive test coverage for MFA functionality including unit and integration tests
8+
- Supports both explicit token and MFA secret-based authentication flows
9+
210
## [v0.3.2](https://github.com/contentstack/contentstack-management-dotnet/tree/v0.3.2)
311
- Fix
412
- Added Test cases for the Release

Contentstack.Management.Core/contentstack.management.core.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
1212
<PackageProjectUrl>https://github.com/contentstack/contentstack-management-dotnet</PackageProjectUrl>
1313
<PackageReadmeFile>README.md</PackageReadmeFile>
14-
<PackageReleaseNotes>ContentType query issue resolved</PackageReleaseNotes>
1514
<PackageTags>Contentstack management API </PackageTags>
1615
<PackageVersion>$(Version)</PackageVersion>
1716
<ReleaseVersion>$(Version)</ReleaseVersion>

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)