From 557c37ea5cf1aff9afe5bf10b1c18fd71773fcc3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 03:13:53 +0000 Subject: [PATCH] chore(main): release open-feature/cloudbees-provider 1.0.0 --- providers/CloudBees/CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/providers/CloudBees/CHANGELOG.md b/providers/CloudBees/CHANGELOG.md index 72863a53..17da82b3 100644 --- a/providers/CloudBees/CHANGELOG.md +++ b/providers/CloudBees/CHANGELOG.md @@ -1,5 +1,28 @@ # Changelog +## [1.0.0](https://github.com/open-feature/php-sdk-contrib/compare/open-feature/cloudbees-provider-v1.0.0...open-feature/cloudbees-provider-1.0.0) (2024-09-04) + + +### ⚠ BREAKING CHANGES + +* reset release-please ([#39](https://github.com/open-feature/php-sdk-contrib/issues/39)) + +### Features + +* deprecate php 7 ([#59](https://github.com/open-feature/php-sdk-contrib/issues/59)) ([d028e6d](https://github.com/open-feature/php-sdk-contrib/commit/d028e6d7741d07b7edef21b43b249fdb2d18d8f2)) +* 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)) + + +### Bug Fixes + +* declaration for provider name ([#105](https://github.com/open-feature/php-sdk-contrib/issues/105)) ([42919fd](https://github.com/open-feature/php-sdk-contrib/commit/42919fdb8a2d3992ac529ddd7e90d6b99b340732)) + + +### 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)) + ## 0.3.0 (2023-01-09)