Skip to content

Commit

Permalink
chore(main): release 0.1.6 (#39)
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 Nov 27, 2023
1 parent 5fb769f commit 32d4b05
Show file tree
Hide file tree
Showing 4 changed files with 15 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.5"}
{".":"0.1.6"}
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.6](https://github.com/spotify/confidence-openfeature-provider-go/compare/v0.1.5...v0.1.6) (2023-11-22)


### 🐛 Bug Fixes

* Fix nested struct bug ([#37](https://github.com/spotify/confidence-openfeature-provider-go/issues/37)) ([5fb769f](https://github.com/spotify/confidence-openfeature-provider-go/commit/5fb769f3db4c00376ea4e34b510d4391f29003c5))


### 📚 Documentation

* Small cleanups and documentation ([#38](https://github.com/spotify/confidence-openfeature-provider-go/issues/38)) ([9c56b9f](https://github.com/spotify/confidence-openfeature-provider-go/commit/9c56b9fd0cd60266bf8ff44cf9606dadc92e832d))

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


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

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

0 comments on commit 32d4b05

Please sign in to comment.