Skip to content

Commit c45145e

Browse files
chore(main): release 1.7.0
1 parent 439bb02 commit c45145e

File tree

3 files changed

+23
-3
lines changed

3 files changed

+23
-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.6.0"
2+
".": "1.7.0"
33
}

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/open-feature/go-sdk/compare/v1.6.0...v1.7.0) (2023-08-04)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.15 ([#206](https://github.com/open-feature/go-sdk/issues/206)) ([6916ff9](https://github.com/open-feature/go-sdk/commit/6916ff9e33332b03d2aeca332c1c65ff032fe786))
9+
* **deps:** update module github.com/open-feature/go-sdk-contrib/tests/flagd to v1.2.4 ([#201](https://github.com/open-feature/go-sdk/issues/201)) ([ddcc2d4](https://github.com/open-feature/go-sdk/commit/ddcc2d423478256ac62e6ba9ccc75bea86d4110c))
10+
11+
12+
### ✨ New Features
13+
14+
* in-memory provider for sdk testing ([#192](https://github.com/open-feature/go-sdk/issues/192)) ([366674f](https://github.com/open-feature/go-sdk/commit/366674fe62b9dd0921c0295a7cc47d548618b510))
15+
16+
17+
### 🧹 Chore
18+
19+
* fixed link in readme ([dc65937](https://github.com/open-feature/go-sdk/commit/dc659372608ff6828317a648dd5fd73fd58c391e))
20+
* fixed link to CII best pratices ([439bb02](https://github.com/open-feature/go-sdk/commit/439bb0286e89e4c493c322856215a12e0740d8ec))
21+
* update readme for inclusion in the docs ([#193](https://github.com/open-feature/go-sdk/issues/193)) ([1152826](https://github.com/open-feature/go-sdk/commit/115282638daa0cecbb408bc04c0c99583ec3ee73))
22+
323
## [1.6.0](https://github.com/open-feature/go-sdk/compare/v1.5.1...v1.6.0) (2023-07-28)
424

525

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.6.0&color=yellow&style=for-the-badge" />
1818
</a>
1919
<!-- x-release-please-start-version -->
20-
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.6.0">
21-
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.6.0&color=blue&style=for-the-badge" />
20+
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.7.0">
21+
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.7.0&color=blue&style=for-the-badge" />
2222
</a>
2323
<!-- x-release-please-end -->
2424
<br/>

0 commit comments

Comments
 (0)