Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: open-feature/php-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a3dc2fdec92d0b9f15d294560e3af32a1171de53
Choose a base ref
..
head repository: open-feature/php-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 21aaff88a21180adc671ae6d17e721dc277f0a9a
Choose a head ref
Showing with 16 additions and 3 deletions.
  1. +1 −1 .release-please-manifest.json
  2. +13 −0 CHANGELOG.md
  3. +2 −2 README.md
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.0.4"
".": "2.0.5"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [2.0.5](https://github.com/open-feature/php-sdk/compare/2.0.4...2.0.5) (2024-03-15)


### 🧹 Chore

* **deps:** update actions/cache action to v4 ([#116](https://github.com/open-feature/php-sdk/issues/116)) ([f047d21](https://github.com/open-feature/php-sdk/commit/f047d21a8625e66e3c6a9e3dd1536aed0af14ef5))


### 📚 Documentation

* Fix PHP syntax in Readme file ([#120](https://github.com/open-feature/php-sdk/issues/120)) ([0312152](https://github.com/open-feature/php-sdk/commit/0312152da02d12c676ae1eb66928a9047a6f7043))
* update PHP provider link ([68993da](https://github.com/open-feature/php-sdk/commit/68993da3eb7d728c395b571b7d26e0a01156e019))

## [2.0.4](https://github.com/open-feature/php-sdk/compare/2.0.3...2.0.4) (2023-12-05)


4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -18,8 +18,8 @@
</a>
<!-- x-release-please-start-version -->

<a href="https://github.com/open-feature/php-sdk/releases/tag/2.0.4">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v2.0.4&color=blue&style=for-the-badge" />
<a href="https://github.com/open-feature/php-sdk/releases/tag/2.0.5">
<img alt="Release" src="https://img.shields.io/static/v1?label=release&message=v2.0.5&color=blue&style=for-the-badge" />
</a>

<!-- x-release-please-end -->