From 05ce22fec6c39cb21c3aac5cfafd448e66103022 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 8 Jan 2023 22:08:12 -0500 Subject: [PATCH] chore(main): release open-feature/cloudbees-provider 0.3.0 (#51) * chore(main): release open-feature/cloudbees-provider 0.3.0 * ci: fix .release-please-manifest.json Signed-off-by: Tom Carrio Signed-off-by: Tom Carrio Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Tom Carrio --- .release-please-manifest.json | 3 ++- providers/CloudBees/CHANGELOG.md | 18 ++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 providers/CloudBees/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5628a2b..048714b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1,2 @@ -{"providers/Flagd":"0.4.0","providers/Split":"0.3.0} \ No newline at end of file +{"providers/CloudBees":"0.3.0","providers/Flagd":"0.4.0","providers/Split":"0.3.0"} + diff --git a/providers/CloudBees/CHANGELOG.md b/providers/CloudBees/CHANGELOG.md new file mode 100644 index 0000000..72863a5 --- /dev/null +++ b/providers/CloudBees/CHANGELOG.md @@ -0,0 +1,18 @@ +# Changelog + +## 0.3.0 (2023-01-09) + + +### ⚠ BREAKING CHANGES + +* 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))