Skip to content

Commit 31c363a

Browse files
chore(main): release 1.17.2
1 parent 5b45d60 commit 31c363a

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-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.17.1"
2+
".": "1.17.2"
33
}

CHANGELOG.md

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

3+
## [1.17.2](https://github.com/open-feature/go-sdk/compare/v1.17.1...v1.17.2) (2026-02-06)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **memprovider:** use int64 type in IntEvaluation to match API ([#464](https://github.com/open-feature/go-sdk/issues/464)) ([6085165](https://github.com/open-feature/go-sdk/commit/60851652f52051f901af3d4e0aa3ce7e0b7978c5))
9+
10+
11+
### 🧹 Chore
12+
13+
* add govulncheck ([#462](https://github.com/open-feature/go-sdk/issues/462)) ([0a2fb41](https://github.com/open-feature/go-sdk/commit/0a2fb4110a078c3502bc5904d223917020c93a82))
14+
* **deps:** update module golang.org/x/text to v0.33.0 ([#469](https://github.com/open-feature/go-sdk/issues/469)) ([f6d6d76](https://github.com/open-feature/go-sdk/commit/f6d6d7656c8340b1ded609a3be8ea830dcebe26d))
15+
16+
17+
### 📚 Documentation
18+
19+
* BooleanValue requires a context ([#466](https://github.com/open-feature/go-sdk/issues/466)) ([dfea225](https://github.com/open-feature/go-sdk/commit/dfea22532ce621854b1d280c442a3f8c7835bb32))
20+
* correct NewTestProvider example ([#467](https://github.com/open-feature/go-sdk/issues/467)) ([5b45d60](https://github.com/open-feature/go-sdk/commit/5b45d609a9b911dcbc28b9b4a0aa4862935004f6))
21+
322
## [1.17.1](https://github.com/open-feature/go-sdk/compare/v1.17.0...v1.17.1) (2026-01-13)
423

524

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.17.1">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.17.1&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.17.2">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.17.2&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)