Skip to content

Commit

Permalink
Merge pull request #8 from rollout/release-please--branches--main
Browse files Browse the repository at this point in the history
chore(main): release 1.0.1
  • Loading branch information
Steve Arch authored Oct 31, 2022
2 parents 3a89a14 + b889880 commit b2112d5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.0.0"
".": "1.0.1"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.0.1](https://github.com/rollout/cloudbees-openfeature-provider-dotnet/compare/v1.0.0...v1.0.1) (2022-10-31)


### Bug Fixes

* upgrade to OpenFeature 1.0.1 ([38bd284](https://github.com/rollout/cloudbees-openfeature-provider-dotnet/commit/38bd284a2ab52581abbd634521a285232e5f7a83))

## [1.0.0](https://github.com/rollout/cloudbees-openfeature-provider-dotnet/compare/v0.5.0...v1.0.0) (2022-10-26)


Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<IsPackable>true</IsPackable>
<VersionNumber>1.0.0</VersionNumber> <!--x-release-please-version -->
<VersionNumber>1.0.1</VersionNumber> <!--x-release-please-version -->
<Version>$(VersionNumber)</Version>
<RepositoryType>git</RepositoryType>
<RepositoryUrl>https://github.com/rollout/cloudbees-openfeature-provider-dotnet</RepositoryUrl>
Expand Down

0 comments on commit b2112d5

Please sign in to comment.