Skip to content

Commit

Permalink
chore(main): release 0.1.7 (#42)
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 Feb 12, 2024
1 parent dd593f6 commit cf305c9
Show file tree
Hide file tree
Showing 4 changed files with 16 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.6"}
{".":"0.1.7"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

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


### 🐛 Bug Fixes

* add a default endpoint to the provider ([#41](https://github.com/spotify/confidence-openfeature-provider-go/issues/41)) ([c4bfe45](https://github.com/spotify/confidence-openfeature-provider-go/commit/c4bfe45d76b8fff131e795c5462d59b9a8ea2098))
* ApiConfig constructor with region defaults ([#43](https://github.com/spotify/confidence-openfeature-provider-go/issues/43)) ([064bef2](https://github.com/spotify/confidence-openfeature-provider-go/commit/064bef291ec72a6ff3facf4a9ecc7d6377ef410d))


### 📚 Documentation

* update instructions on creating ApiConfig ([#44](https://github.com/spotify/confidence-openfeature-provider-go/issues/44)) ([dd593f6](https://github.com/spotify/confidence-openfeature-provider-go/commit/dd593f676fe7309e6b0d71e01bbf8c08a05456d2))

## [0.1.6](https://github.com/spotify/confidence-openfeature-provider-go/compare/v0.1.5...v0.1.6) (2023-11-22)


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.6
github.com/spotify/confidence-openfeature-provider-go v0.1.7
)
```
<!---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.6" // x-release-please-version
SDK_VERSION = "0.1.7" // x-release-please-version
)

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

0 comments on commit cf305c9

Please sign in to comment.