Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(main): release providers/harness 0.0.5-alpha #433

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"providers/flagsmith": "0.1.4",
"providers/launchdarkly": "0.1.5",
"providers/unleash": "0.0.3-alpha",
"providers/harness": "0.0.4-alpha",
"providers/harness": "0.0.5-alpha",
"providers/statsig": "0.0.3",
"providers/ofrep": "0.1.5",
"providers/prefab": "0.0.2",
Expand Down
17 changes: 17 additions & 0 deletions providers/harness/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## [0.0.5-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/harness/v0.0.4-alpha...providers/harness/v0.0.5-alpha) (2024-09-19)


### 🐛 Bug Fixes

* **deps:** update module github.com/harness/ff-golang-server-sdk to v0.1.17 ([#382](https://github.com/open-feature/go-sdk-contrib/issues/382)) ([6a3dfee](https://github.com/open-feature/go-sdk-contrib/commit/6a3dfee47f8b97ba15f0c2b5b70a86184a8559a6))
* **deps:** update module github.com/harness/ff-golang-server-sdk to v0.1.24 ([#480](https://github.com/open-feature/go-sdk-contrib/issues/480)) ([1eb6dad](https://github.com/open-feature/go-sdk-contrib/commit/1eb6dad21b0cffd6da5ad881b19026f2f94b24d5))
* **deps:** update module github.com/open-feature/go-sdk to v1.10.0 ([#469](https://github.com/open-feature/go-sdk-contrib/issues/469)) ([21810af](https://github.com/open-feature/go-sdk-contrib/commit/21810afc33fce9a3940ec9dc59e65f140fcbaa57))
* **deps:** update module github.com/open-feature/go-sdk to v1.11.0 ([#501](https://github.com/open-feature/go-sdk-contrib/issues/501)) ([3f0eaa5](https://github.com/open-feature/go-sdk-contrib/commit/3f0eaa575500baa663dc24dbfc6cf8214565471f))
* **deps:** update module github.com/stretchr/testify to v1.9.0 ([#470](https://github.com/open-feature/go-sdk-contrib/issues/470)) ([5263567](https://github.com/open-feature/go-sdk-contrib/commit/52635679b633e01e23196885a4a98d3cecbc8822))


### 🧹 Chore

* add license to module ([#554](https://github.com/open-feature/go-sdk-contrib/issues/554)) ([abb7657](https://github.com/open-feature/go-sdk-contrib/commit/abb76571c373582f36837587400104eb754c01b9))
* bump Go to version 1.21 ([#452](https://github.com/open-feature/go-sdk-contrib/issues/452)) ([7ec90ce](https://github.com/open-feature/go-sdk-contrib/commit/7ec90ce4f9b06670187561afd9e342eed4228be1))

## [0.0.4-alpha](https://github.com/open-feature/go-sdk-contrib/compare/providers/harness/v0.0.3-alpha...providers/harness/v0.0.4-alpha) (2024-01-05)


Expand Down