Skip to content

Commit 16e8e25

Browse files
authored
Merge pull request #12 from rollout/release-please--branches--main
chore(main): release 2.0.1
2 parents 25906fb + 64c3c02 commit 16e8e25

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.0"
2+
".": "2.0.1"
33
}

CHANGELOG.md

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

3+
## [2.0.1](https://github.com/rollout/cloudbees-openfeature-provider-dotnet/compare/v2.0.0...v2.0.1) (2025-05-07)
4+
5+
6+
### Bug Fixes
7+
8+
* trigger patch release ([25906fb](https://github.com/rollout/cloudbees-openfeature-provider-dotnet/commit/25906fb16ab15fd4bf53e89412d3f609ae266c6b))
9+
310
## [2.0.0](https://github.com/rollout/cloudbees-openfeature-provider-dotnet/compare/v1.0.1...v2.0.0) (2025-04-08)
411

512

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<IsPackable>true</IsPackable>
4-
<VersionNumber>2.0.0</VersionNumber> <!--x-release-please-version -->
4+
<VersionNumber>2.0.1</VersionNumber> <!--x-release-please-version -->
55
<Version>$(VersionNumber)</Version>
66
<RepositoryType>git</RepositoryType>
77
<RepositoryUrl>https://github.com/rollout/cloudbees-openfeature-provider-dotnet</RepositoryUrl>

0 commit comments

Comments
 (0)