Skip to content

Commit 45a3d95

Browse files
chore(main): release 0.2.0 (#64)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ee39839 commit 45a3d95

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.5"
2+
".": "0.2.0"
33
}

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/open-feature/dotnet-sdk/compare/v0.1.5...v0.2.0) (2022-09-22)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* use correct path to extra file (#63)
9+
* Rename namespace from OpenFeature.SDK to OpenFeatureSDK (#62)
10+
11+
### Bug Fixes
12+
13+
* Rename namespace from OpenFeature.SDK to OpenFeatureSDK ([#62](https://github.com/open-feature/dotnet-sdk/issues/62)) ([430ffc0](https://github.com/open-feature/dotnet-sdk/commit/430ffc0a3afc871772286241d39a613c91298da5))
14+
* use correct path to extra file ([#63](https://github.com/open-feature/dotnet-sdk/issues/63)) ([ee39839](https://github.com/open-feature/dotnet-sdk/commit/ee398399d9371517c4b03b55a93619776ecd3a92))

build/Common.prod.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
</PropertyGroup>
77

88
<PropertyGroup>
9-
<VersionNumber>0.1.5</VersionNumber> <!--x-release-please-version -->
9+
<VersionNumber>0.2.0</VersionNumber> <!--x-release-please-version -->
1010
<RepositoryType>git</RepositoryType>
1111
<RepositoryUrl>https://github.com/open-feature/dotnet-sdk</RepositoryUrl>
1212
<Description>OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings.</Description>

0 commit comments

Comments
 (0)