Skip to content

Commit 5e3388e

Browse files
chore(main): release 1.12.0 (#265)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5e06c45 commit 5e3388e

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
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.11.0"
2+
".": "1.12.0"
33
}

CHANGELOG.md

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

3+
## [1.12.0](https://github.com/open-feature/go-sdk/compare/v1.11.0...v1.12.0) (2024-05-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/cucumber/godog to v0.14.1 ([#267](https://github.com/open-feature/go-sdk/issues/267)) ([2cf5717](https://github.com/open-feature/go-sdk/commit/2cf5717eadbeff55923ae7a77428c03c3c9f6a70))
9+
* **deps:** update module github.com/go-logr/logr to v1.4.2 ([#275](https://github.com/open-feature/go-sdk/issues/275)) ([aeb4f6c](https://github.com/open-feature/go-sdk/commit/aeb4f6c96535f379252afe797a2af5b0e88cec36))
10+
* **deps:** update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f ([#269](https://github.com/open-feature/go-sdk/issues/269)) ([45596a5](https://github.com/open-feature/go-sdk/commit/45596a5e063351e86ca178bac226d8950b51bbcd))
11+
* **deps:** update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 ([#272](https://github.com/open-feature/go-sdk/issues/272)) ([1c07c5b](https://github.com/open-feature/go-sdk/commit/1c07c5bdfce2d8fc99cf008b2e57b9262ffa4032))
12+
* **deps:** update module golang.org/x/text to v0.15.0 ([#271](https://github.com/open-feature/go-sdk/issues/271)) ([dc28442](https://github.com/open-feature/go-sdk/commit/dc28442da78a8adadab7cad984549439ad864722))
13+
14+
15+
### ✨ New Features
16+
17+
* Implement domain scoping ([#261](https://github.com/open-feature/go-sdk/issues/261)) ([a9e19dd](https://github.com/open-feature/go-sdk/commit/a9e19dd5ec52bf8d84a8b2e2f6d263d841059d61))
18+
* isolate interfaces from SDK to improve testability ([#268](https://github.com/open-feature/go-sdk/issues/268)) ([5e06c45](https://github.com/open-feature/go-sdk/commit/5e06c45fc9b2df1535a4a5d035b7b0c0412e6e6a))
19+
20+
21+
### 🧹 Chore
22+
23+
* bump Go to version 1.20 ([#255](https://github.com/open-feature/go-sdk/issues/255)) ([fbec799](https://github.com/open-feature/go-sdk/commit/fbec7995ba57ba407cc43dcba0c4c558ddb0324f))
24+
* **deps:** update codecov/codecov-action action to v4 ([#250](https://github.com/open-feature/go-sdk/issues/250)) ([a488697](https://github.com/open-feature/go-sdk/commit/a48869773e683bdc95dc61722419b95dba271b71))
25+
* **deps:** update codecov/codecov-action action to v4.3.1 ([#270](https://github.com/open-feature/go-sdk/issues/270)) ([080a87b](https://github.com/open-feature/go-sdk/commit/080a87bfcac887c65b81fc5141d57000d407eec5))
26+
* **deps:** update codecov/codecov-action action to v4.4.0 ([#273](https://github.com/open-feature/go-sdk/issues/273)) ([266cfc0](https://github.com/open-feature/go-sdk/commit/266cfc069ca674b3de0915c58106e772fd0a5867))
27+
* **deps:** update codecov/codecov-action action to v4.4.1 ([#274](https://github.com/open-feature/go-sdk/issues/274)) ([c4ca1a8](https://github.com/open-feature/go-sdk/commit/c4ca1a8e6f8fb2f968e15cc961de2a6741a0a431))
28+
* **deps:** update goreleaser/goreleaser-action action to v5 ([#219](https://github.com/open-feature/go-sdk/issues/219)) ([71854d4](https://github.com/open-feature/go-sdk/commit/71854d424c6c18ca89179ee0a802936935754a1b))
29+
330
## [1.11.0](https://github.com/open-feature/go-sdk/compare/v1.10.0...v1.11.0) (2024-04-09)
431

532

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
1717
</a>
1818
<!-- x-release-please-start-version -->
19-
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.11.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.11.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.12.0">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.12.0&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)