Skip to content

Commit 1972034

Browse files
chore(main): release 1.17.1 (#449)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e07a5e4 commit 1972034

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-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.0"
2+
".": "1.17.1"
33
}

CHANGELOG.md

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

3+
## [1.17.1](https://github.com/open-feature/go-sdk/compare/v1.17.0...v1.17.1) (2026-01-13)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* ⚠️ correct execution order for the same level hooks ([#458](https://github.com/open-feature/go-sdk/issues/458)) ([4ee43eb](https://github.com/open-feature/go-sdk/commit/4ee43eb182910694d9d018bed79f0a7e9509f154))
9+
* Handle closed EventChannel from multiprovider ([#461](https://github.com/open-feature/go-sdk/issues/461)) ([e07a5e4](https://github.com/open-feature/go-sdk/commit/e07a5e4941113032ffc83274d0c0166cf377e493))
10+
11+
12+
### 🧹 Chore
13+
14+
* add additional linters and fix findings ([#451](https://github.com/open-feature/go-sdk/issues/451)) ([4b3d6d9](https://github.com/open-feature/go-sdk/commit/4b3d6d953076f3056d78c512b31c9fc2ec29ab89))
15+
* remove year from copyright ([#450](https://github.com/open-feature/go-sdk/issues/450)) ([e1a25e6](https://github.com/open-feature/go-sdk/commit/e1a25e6b7e819f67c516c203eed1d8246cd6997a))
16+
* update golangci-lint to v2.8.0 and mockgen to v0.6.0 ([#459](https://github.com/open-feature/go-sdk/issues/459)) ([0c9d36c](https://github.com/open-feature/go-sdk/commit/0c9d36c2f4a6597c0c1bd7dd89f86a4032595d3d))
17+
* update LICENSE and .gitignore ([#448](https://github.com/open-feature/go-sdk/issues/448)) ([1e080b2](https://github.com/open-feature/go-sdk/commit/1e080b2148f6268ca29b218cc9318c88c384209e))
18+
319
## [1.17.0](https://github.com/open-feature/go-sdk/compare/v1.16.0...v1.17.0) (2025-11-05)
420

521

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

0 commit comments

Comments
 (0)