Skip to content

Commit 2f48ef9

Browse files
chore(main): release 1.15.2
1 parent b9cc78b commit 2f48ef9

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-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.1"
2+
".": "1.15.2"
33
}

CHANGELOG.md

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

3+
## [1.15.2](https://github.com/open-feature/go-sdk/compare/v1.15.1...v1.15.2) (2025-06-29)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* remove Status method from provider ([#395](https://github.com/open-feature/go-sdk/issues/395)) ([b9cc78b](https://github.com/open-feature/go-sdk/commit/b9cc78b46dc5ace5d1cc8dbaf4ebcf5f2bdc6f27))
9+
10+
11+
### 🧹 Chore
12+
13+
* **deps:** update test-harness digest to cc576c1 ([#391](https://github.com/open-feature/go-sdk/issues/391)) ([9908b97](https://github.com/open-feature/go-sdk/commit/9908b97485749b3051ed3075c3d30c92fa8fb795))
14+
* enable gofumpt and gci ([#392](https://github.com/open-feature/go-sdk/issues/392)) ([d9cd757](https://github.com/open-feature/go-sdk/commit/d9cd757785be761e97c710cc3a58250e5c098652))
15+
316
## [1.15.1](https://github.com/open-feature/go-sdk/compare/v1.15.0...v1.15.1) (2025-06-16)
417

518

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

0 commit comments

Comments
 (0)