Skip to content

Commit

Permalink
chore(main): release 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 15, 2023
1 parent b63d8f7 commit fd0937b
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.4"}
{".":"0.1.5"}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.5](https://github.com/spotify/confidence-openfeature-provider-go/compare/v0.1.4...v0.1.5) (2023-11-15)


### ✨ New Features

* Add SDK id and version to requests ([#33](https://github.com/spotify/confidence-openfeature-provider-go/issues/33)) ([b63d8f7](https://github.com/spotify/confidence-openfeature-provider-go/commit/b63d8f7c34efe77871a6f9d1f110513bb1d2b350))


### 🧹 Chore

* Bring back demo2 ([#30](https://github.com/spotify/confidence-openfeature-provider-go/issues/30)) ([6f0451d](https://github.com/spotify/confidence-openfeature-provider-go/commit/6f0451d2b4649ca315160eddf8d6f8ee4a792c53))

## [0.1.4](https://github.com/spotify/confidence-openfeature-provider-go/compare/v0.1.3...v0.1.4) (2023-09-08)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ and get familiar with the concepts.
<!---x-release-please-start-version-->
```
require (
github.com/spotify/confidence-openfeature-provider-go v0.1.4
github.com/open-feature/go-sdk v1.7.0
github.com/spotify/confidence-openfeature-provider-go v0.1.5
github.com/open-feature/go-sdk v0.1.5
)
```
<!---x-release-please-end-->
Expand Down
2 changes: 1 addition & 1 deletion pkg/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type FlagProvider struct {

var (
SDK_ID = "SDK_ID_GO_PROVIDER"
SDK_VERSION = "0.1.4" // x-release-please-version
SDK_VERSION = "0.1.5" // x-release-please-version
)

func NewFlagProvider(config APIConfig) (*FlagProvider, error) {
Expand Down

0 comments on commit fd0937b

Please sign in to comment.