From 9de76b30250974d46d322984117409a83793083a 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/flagd-provider 1.0.0 --- providers/Flagd/CHANGELOG.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/providers/Flagd/CHANGELOG.md b/providers/Flagd/CHANGELOG.md index c6f2bd0a..18bbdc3a 100644 --- a/providers/Flagd/CHANGELOG.md +++ b/providers/Flagd/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## [1.0.0](https://github.com/open-feature/php-sdk-contrib/compare/open-feature/flagd-provider-v1.0.0...open-feature/flagd-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)) +* **flagd:** support newer psr/log ([bf6f449](https://github.com/open-feature/php-sdk-contrib/commit/bf6f449ea790c0021698d33ebb59fab576e23341)) +* 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)) +* **deps:** update dependency psr/http-message to v2 ([#72](https://github.com/open-feature/php-sdk-contrib/issues/72)) ([bb18c04](https://github.com/open-feature/php-sdk-contrib/commit/bb18c04af7280c71c013d5a2e11903506b815f8b)) +* flagd documentation ([#83](https://github.com/open-feature/php-sdk-contrib/issues/83)) ([684367c](https://github.com/open-feature/php-sdk-contrib/commit/684367cd14b6b55cded5accdc5b92eb00986404c)) + + +### 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.4.0](https://github.com/open-feature/php-sdk-contrib/compare/open-feature/flagd-provider-0.4.0...open-feature/flagd-provider-0.4.0) (2023-02-12)