Skip to content

Commit e92e88a

Browse files
chore(main): release 1.15.1
1 parent ca8a527 commit e92e88a

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.15.0"
2+
".": "1.15.1"
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.15.1](https://github.com/open-feature/go-sdk/compare/v1.15.0...v1.15.1) (2025-06-04)
4+
5+
6+
### 🧹 Chore
7+
8+
* **deps:** update test-harness digest to aa74d0e ([#336](https://github.com/open-feature/go-sdk/issues/336)) ([b169115](https://github.com/open-feature/go-sdk/commit/b169115ab8e59f431f5b8b518bb56c47ea827570))
9+
* use `context.TODO()` in testable examples ([#379](https://github.com/open-feature/go-sdk/issues/379)) ([cd8efe5](https://github.com/open-feature/go-sdk/commit/cd8efe5119613d8d4206e96e21bca7fbb0625577))
10+
11+
12+
### 📚 Documentation
13+
14+
* fix the logging hook example in README ([#380](https://github.com/open-feature/go-sdk/issues/380)) ([ca8a527](https://github.com/open-feature/go-sdk/commit/ca8a52748519022a09ed836148ed7e72f7d9dc3b))
15+
* use `context.TODO()` in README examples ([#378](https://github.com/open-feature/go-sdk/issues/378)) ([2f39d23](https://github.com/open-feature/go-sdk/commit/2f39d23117b1777127355b56088cd0554ffcf0ec))
16+
317
## [1.15.0](https://github.com/open-feature/go-sdk/compare/v1.14.1...v1.15.0) (2025-06-02)
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.15.0">
20-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.0&color=blue&style=for-the-badge" />
19+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.15.1">
20+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.15.1&color=blue&style=for-the-badge" />
2121
</a>
2222
<!-- x-release-please-end -->
2323
<br/>

0 commit comments

Comments
 (0)