Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.7"
".": "0.0.8"
}
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## [0.0.8](https://github.com/open-feature/php-sdk/compare/0.0.7...0.0.8) (2022-11-03)


### Features

* provide a base AbstractProvider for provider implementations to use ([6ffffe9](https://github.com/open-feature/php-sdk/commit/6ffffe9a767723c424e112e27bdd4bd0508d9f7d))
* support for ErrorCode enum, Reason strings with pre-existing consts, v0.5 spec ([37f13e1](https://github.com/open-feature/php-sdk/commit/37f13e1d4c951473243cfe9d73f43cc3cd188fae))
* support ResolutionError, init test-harness ([784d706](https://github.com/open-feature/php-sdk/commit/784d706145accaa4f45369fed43561ceec00df92))


### Bug Fixes

* exclude v in tag ([#8](https://github.com/open-feature/php-sdk/issues/8)) ([1ecabdb](https://github.com/open-feature/php-sdk/commit/1ecabdbf216139a65ed7be81561f32b078749489))
* excludes v from tag version ([#6](https://github.com/open-feature/php-sdk/issues/6)) ([82f587d](https://github.com/open-feature/php-sdk/commit/82f587d32b8fd7d8320253180098424b782cd943))
* extend Exception for ResolutionError and provide non-overlapping methods ([ee75354](https://github.com/open-feature/php-sdk/commit/ee753544e2e4467df341175646f54d00e9c1c8ab))


### Miscellaneous Chores

* add CODEOWNERS file for review flow ([48b8e57](https://github.com/open-feature/php-sdk/commit/48b8e57ddb4c61aaae8259949148e762bd646bc2))
* **main:** release 0.0.2 ([#3](https://github.com/open-feature/php-sdk/issues/3)) ([01b6a23](https://github.com/open-feature/php-sdk/commit/01b6a234ec43e5372fda3cd6ace882dda4110422))
* **main:** release 0.0.3 ([#7](https://github.com/open-feature/php-sdk/issues/7)) ([6fb4118](https://github.com/open-feature/php-sdk/commit/6fb411866dc592b83f309d3bb88b38b30e453379))
* **main:** release 0.0.4 ([#9](https://github.com/open-feature/php-sdk/issues/9)) ([65c92d9](https://github.com/open-feature/php-sdk/commit/65c92d99ddc22e853a33d4a63fb9d9b61f56787e))
* **main:** release 0.0.5 ([#11](https://github.com/open-feature/php-sdk/issues/11)) ([2344c4a](https://github.com/open-feature/php-sdk/commit/2344c4ae15ebf5e8a3cf22f3c5d9bdaeba2a4119))
* **main:** release 0.0.6 ([#13](https://github.com/open-feature/php-sdk/issues/13)) ([5afadc7](https://github.com/open-feature/php-sdk/commit/5afadc7fe9d376e47f0b262dac42025057f363de))
* **main:** release 0.0.7 ([#14](https://github.com/open-feature/php-sdk/issues/14)) ([6ecd918](https://github.com/open-feature/php-sdk/commit/6ecd918d18afa21f4939da432fb162d058470004))
* remove redundant exclusion ([#10](https://github.com/open-feature/php-sdk/issues/10)) ([ba4b5f1](https://github.com/open-feature/php-sdk/commit/ba4b5f15eb8984af57eb08e7bb9c903671366789))
* rename package under `open-feature` umbrella ([df431c2](https://github.com/open-feature/php-sdk/commit/df431c2fb3f74af8c9731e8212e973bb87de4a28))

## [0.0.7](https://github.com/open-feature/php-sdk/compare/0.0.6...0.0.7) (2022-11-01)


Expand Down