Skip to content

Commit 883d1d7

Browse files
chore(main): release 1.5.0 (#182)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 1d70cb2 commit 883d1d7

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.4.0"
2+
".": "1.5.0"
33
}

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
# Changelog
22

3+
## [1.5.0](https://github.com/open-feature/go-sdk/compare/v1.4.0...v1.5.0) (2023-07-17)
4+
5+
6+
### Features
7+
8+
* eventing implementation ([#188](https://github.com/open-feature/go-sdk/issues/188)) ([220dc33](https://github.com/open-feature/go-sdk/commit/220dc33fbb015a6493f8d285c681761968523fa8))
9+
* Initialize and shutdown behavior ([#185](https://github.com/open-feature/go-sdk/issues/185)) ([609af46](https://github.com/open-feature/go-sdk/commit/609af46881a371dd1b18ce065164b9f116acdb7f))
10+
* named client support ([#180](https://github.com/open-feature/go-sdk/issues/180)) ([c6720f9](https://github.com/open-feature/go-sdk/commit/c6720f9dbf75160438447f730a2a44ef7fd5dedf))
11+
* provider client 1:n binding support ([#190](https://github.com/open-feature/go-sdk/issues/190)) ([940cb8b](https://github.com/open-feature/go-sdk/commit/940cb8b1a4e01304698f572831c4c26a5de32eae))
12+
13+
14+
### Bug Fixes
15+
16+
* **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.13 ([#194](https://github.com/open-feature/go-sdk/issues/194)) ([501c34b](https://github.com/open-feature/go-sdk/commit/501c34bbc9afd3f910d58e20a5992678e7fb2fe1))
17+
* **deps:** update module golang.org/x/text to v0.10.0 ([#181](https://github.com/open-feature/go-sdk/issues/181)) ([d93f58b](https://github.com/open-feature/go-sdk/commit/d93f58bfb9ea92fbcbb0faa7cd7880bb629a6ebe))
18+
* **deps:** update module golang.org/x/text to v0.11.0 ([#191](https://github.com/open-feature/go-sdk/issues/191)) ([713a102](https://github.com/open-feature/go-sdk/commit/713a1021a8534208046cebcebf067575af465c17))
19+
320
## [1.4.0](https://github.com/open-feature/go-sdk/compare/v1.3.0...v1.4.0) (2023-05-24)
421

522

0 commit comments

Comments
 (0)