Skip to content

Commit a590d06

Browse files
chore(main): release 1.11.0 (#254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7b610c7 commit a590d06

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-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.10.0"
2+
".": "1.11.0"
33
}

CHANGELOG.md

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

3+
## [1.11.0](https://github.com/open-feature/go-sdk/compare/v1.10.0...v1.11.0) (2024-04-09)
4+
5+
6+
### ✨ New Features
7+
8+
* Adding simplified evaluation methods ([#263](https://github.com/open-feature/go-sdk/issues/263)) ([7b610c7](https://github.com/open-feature/go-sdk/commit/7b610c7c5019535ffde98c0ad725a0e73e7703a1))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update actions/checkout action to v4 ([#212](https://github.com/open-feature/go-sdk/issues/212)) ([2944608](https://github.com/open-feature/go-sdk/commit/2944608562d04521fcf92000948a22012e630471))
14+
* **deps:** update actions/setup-go action to v5 ([#237](https://github.com/open-feature/go-sdk/issues/237)) ([53d9e7e](https://github.com/open-feature/go-sdk/commit/53d9e7e4fd0127b4819de5d4d8c82735ee9d0c83))
15+
* **deps:** update cyclonedx/gh-gomod-generate-sbom action to v2 ([#179](https://github.com/open-feature/go-sdk/issues/179)) ([b624a43](https://github.com/open-feature/go-sdk/commit/b624a43fc2fa132399543de79b9ecf5008312aaf))
16+
317
## [1.10.0](https://github.com/open-feature/go-sdk/compare/v1.9.0...v1.10.0) (2024-02-07)
418

519

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.10.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.10.0&color=blue&style=for-the-badge" />
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" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)