From 1b9f7f2dd508037e7156c734d9c4ef111e810bbf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 9 Jan 2023 03:05:09 +0000 Subject: [PATCH] chore(main): release open-feature/split-provider 0.3.0 --- .release-please-manifest.json | 2 +- providers/Split/CHANGELOG.md | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 providers/Split/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 69a88e3b..51ebcd52 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{} +{"providers/Split":"0.3.0"} diff --git a/providers/Split/CHANGELOG.md b/providers/Split/CHANGELOG.md new file mode 100644 index 00000000..a0f8406f --- /dev/null +++ b/providers/Split/CHANGELOG.md @@ -0,0 +1,20 @@ +# Changelog + +## 0.3.0 (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* reset release-please config ([#40](https://github.com/open-feature/php-sdk-contrib/issues/40)) +* reset release-please ([#39](https://github.com/open-feature/php-sdk-contrib/issues/39)) + +### Features + +* otel hook ([#22](https://github.com/open-feature/php-sdk-contrib/issues/22)) ([be3f1e9](https://github.com/open-feature/php-sdk-contrib/commit/be3f1e9ed37dee4bbce8e3701e4693c1b949c398)) +* **otel-hook:** autoload registration of otel hook ([#25](https://github.com/open-feature/php-sdk-contrib/issues/25)) ([789a95c](https://github.com/open-feature/php-sdk-contrib/commit/789a95c47bc278b333bf8b241b0e342baa27acc5)) + + +### Miscellaneous Chores + +* reset release-please ([#39](https://github.com/open-feature/php-sdk-contrib/issues/39)) ([b452080](https://github.com/open-feature/php-sdk-contrib/commit/b452080443d837c66b554b1bb1a07cadba5a152a)) +* reset release-please config ([#40](https://github.com/open-feature/php-sdk-contrib/issues/40)) ([b9a3b7e](https://github.com/open-feature/php-sdk-contrib/commit/b9a3b7e1017dc56ddfdd767fb8dab2d01b641699))