Skip to content

Commit

Permalink
chore(main): release 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 20, 2023
1 parent 991726c commit cc9569e
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.8.0"
".": "1.9.0"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# Changelog

## [1.9.0](https://github.com/open-feature/go-sdk/compare/v1.8.0...v1.9.0) (2023-11-20)


### 🐛 Bug Fixes

* change typo in readme ([#228](https://github.com/open-feature/go-sdk/issues/228)) ([6795fe1](https://github.com/open-feature/go-sdk/commit/6795fe16c24c695d58474b82284cf8b697a04a3a))
* **deps:** update module github.com/go-logr/logr to v1.3.0 ([#230](https://github.com/open-feature/go-sdk/issues/230)) ([6ab7984](https://github.com/open-feature/go-sdk/commit/6ab79842758518ed63dc712c11d824ba11110dc2))
* **deps:** update module golang.org/x/text to v0.14.0 ([#231](https://github.com/open-feature/go-sdk/issues/231)) ([34fb9d9](https://github.com/open-feature/go-sdk/commit/34fb9d968e6d3b34bd2adca5c1f9aaa833e9e437))


### ✨ New Features

* Move all files from pkg/openfeature to openfeature. ([#232](https://github.com/open-feature/go-sdk/issues/232)) ([991726c](https://github.com/open-feature/go-sdk/commit/991726ced66913de916ec47ed5dd1837b6daf203))


### 🧹 Chore

* update spec release link ([b8cb413](https://github.com/open-feature/go-sdk/commit/b8cb4132e5f03aacea2e9e519420e0848748be1c))

## [1.8.0](https://github.com/open-feature/go-sdk/compare/v1.7.0...v1.8.0) (2023-09-26)


Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
<img alt="Specification" src="https://img.shields.io/static/v1?label=specification&message=v0.7.0&color=yellow&style=for-the-badge" />
</a>
<!-- x-release-please-start-version -->
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.8.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.8.0&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/go-sdk/releases/tag/v1.9.0">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v1.9.0&color=blue&style=for-the-badge" />
</a>
<!-- x-release-please-end -->
<br/>
Expand Down

0 comments on commit cc9569e

Please sign in to comment.