Skip to content

Commit

Permalink
chore(main): release 0.1.8 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 14, 2024
1 parent 859dd88 commit a9f0a20
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 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.7"}
{".":"0.1.8"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.8](https://github.com/spotify/confidence-openfeature-provider-go/compare/v0.1.7...v0.1.8) (2024-02-15)


### 🐛 Bug Fixes

* targeting key serialization fix ([#46](https://github.com/spotify/confidence-openfeature-provider-go/issues/46)) ([859dd88](https://github.com/spotify/confidence-openfeature-provider-go/commit/859dd884dbbb05277d92b9f952a8209d77585c72))

## [0.1.7](https://github.com/spotify/confidence-openfeature-provider-go/compare/v0.1.6...v0.1.7) (2024-02-12)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and get familiar with the concepts.
<!---x-release-please-start-version-->
```
require (
github.com/spotify/confidence-openfeature-provider-go v0.1.7
github.com/spotify/confidence-openfeature-provider-go v0.1.8
)
```
<!---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.7" // x-release-please-version
SDK_VERSION = "0.1.8" // x-release-please-version
)

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

0 comments on commit a9f0a20

Please sign in to comment.