Skip to content

Commit e1752ba

Browse files
chore: release main (#1292)
🤖 I have created a release *beep* *boop* --- <details><summary>flagd: 0.10.1</summary> ## [0.10.1](flagd/v0.10.0...flagd/v0.10.1) (2024-04-19) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.9.0 ([#1281](#1281)) ([3cfb052](3cfb052)) ### ✨ New Features * move json logic operator registration to resolver ([#1291](#1291)) ([b473457](b473457)) </details> <details><summary>flagd-proxy: 0.6.1</summary> ## [0.6.1](flagd-proxy/v0.6.0...flagd-proxy/v0.6.1) (2024-04-19) ### 🐛 Bug Fixes * **deps:** update module github.com/open-feature/flagd/core to v0.9.0 ([#1281](#1281)) ([3cfb052](3cfb052)) </details> <details><summary>core: 0.9.1</summary> ## [0.9.1](core/v0.9.0...core/v0.9.1) (2024-04-19) ### 🐛 Bug Fixes * missing/nil custom variables in fractional operator ([#1295](#1295)) ([418c5cd](418c5cd)) ### ✨ New Features * move json logic operator registration to resolver ([#1291](#1291)) ([b473457](b473457)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Signed-off-by: OpenFeature Bot <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 418c5cd commit e1752ba

File tree

4 files changed

+34
-3
lines changed

4 files changed

+34
-3
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flagd": "0.10.0",
3-
"flagd-proxy": "0.6.0",
4-
"core": "0.9.0"
2+
"flagd": "0.10.1",
3+
"flagd-proxy": "0.6.1",
4+
"core": "0.9.1"
55
}

core/CHANGELOG.md

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

3+
## [0.9.1](https://github.com/open-feature/flagd/compare/core/v0.9.0...core/v0.9.1) (2024-04-19)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* missing/nil custom variables in fractional operator ([#1295](https://github.com/open-feature/flagd/issues/1295)) ([418c5cd](https://github.com/open-feature/flagd/commit/418c5cd7c07fad61674a751872a1256b5062799c))
9+
10+
11+
### ✨ New Features
12+
13+
* move json logic operator registration to resolver ([#1291](https://github.com/open-feature/flagd/issues/1291)) ([b473457](https://github.com/open-feature/flagd/commit/b473457ddff28789fee1eeb6704491b6aa3525e3))
14+
315
## [0.9.0](https://github.com/open-feature/flagd/compare/core/v0.8.2...core/v0.9.0) (2024-04-10)
416

517

flagd-proxy/CHANGELOG.md

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

3+
## [0.6.1](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.6.0...flagd-proxy/v0.6.1) (2024-04-19)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/open-feature/flagd/core to v0.9.0 ([#1281](https://github.com/open-feature/flagd/issues/1281)) ([3cfb052](https://github.com/open-feature/flagd/commit/3cfb0523cc857dd2019d712c621afe81c2b41398))
9+
310
## [0.6.0](https://github.com/open-feature/flagd/compare/flagd-proxy/v0.5.2...flagd-proxy/v0.6.0) (2024-04-10)
411

512

flagd/CHANGELOG.md

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

3+
## [0.10.1](https://github.com/open-feature/flagd/compare/flagd/v0.10.0...flagd/v0.10.1) (2024-04-19)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* **deps:** update module github.com/open-feature/flagd/core to v0.9.0 ([#1281](https://github.com/open-feature/flagd/issues/1281)) ([3cfb052](https://github.com/open-feature/flagd/commit/3cfb0523cc857dd2019d712c621afe81c2b41398))
9+
10+
11+
### ✨ New Features
12+
13+
* move json logic operator registration to resolver ([#1291](https://github.com/open-feature/flagd/issues/1291)) ([b473457](https://github.com/open-feature/flagd/commit/b473457ddff28789fee1eeb6704491b6aa3525e3))
14+
315
## [0.10.0](https://github.com/open-feature/flagd/compare/flagd/v0.9.2...flagd/v0.10.0) (2024-04-10)
416

517

0 commit comments

Comments
 (0)