Skip to content

Commit 362e2c4

Browse files
chore(main): release 2.0.0 (#38)
1 parent 10498f1 commit 362e2c4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-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-
".": "1.2.2"
2+
".": "2.0.0"
33
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [2.0.0](https://github.com/OctopusDeploy/openfeature-provider-dotnet/compare/v1.2.2...v2.0.0) (2026-01-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Add required user agent details ([#36](https://github.com/OctopusDeploy/openfeature-provider-dotnet/issues/36))
9+
* Remove V2 toggle endpoint support ([#35](https://github.com/OctopusDeploy/openfeature-provider-dotnet/issues/35))
10+
11+
### Features
12+
13+
* Add required user agent details ([#36](https://github.com/OctopusDeploy/openfeature-provider-dotnet/issues/36)) ([10498f1](https://github.com/OctopusDeploy/openfeature-provider-dotnet/commit/10498f1f3129e06bb345f5dcac38faaf8d9a2500))
14+
15+
16+
### Miscellaneous Chores
17+
18+
* Remove V2 toggle endpoint support ([#35](https://github.com/OctopusDeploy/openfeature-provider-dotnet/issues/35)) ([b52d7aa](https://github.com/OctopusDeploy/openfeature-provider-dotnet/commit/b52d7aab1ff4141d4d318e2322e6580b0d64f817))

src/Octopus.OpenFeature.Provider/Octopus.OpenFeature.Provider.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RepositoryUrl>https://github.com/OctopusDeploy/openfeature-dotnet/</RepositoryUrl>
1818
<Description>The OctopusDeploy dotnet OpenFeature provide</Description>
1919
<Product>Octopus.OpenFeature</Product>
20-
<ReleasePleaseVersion>1.2.2</ReleasePleaseVersion> <!--x-release-please-version -->
20+
<ReleasePleaseVersion>2.0.0</ReleasePleaseVersion> <!--x-release-please-version -->
2121
<VersionPrefix>$(ReleasePleaseVersion)</VersionPrefix>
2222
<AssemblyVersion>$(ReleasePleaseVersion)</AssemblyVersion>
2323
<FileVersion>$(ReleasePleaseVersion)</FileVersion>

0 commit comments

Comments
 (0)