diff --git a/CHANGELOG.md b/CHANGELOG.md index 068a4b0..7427d9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.8.3 +- Change `getData()` so that it can be mixed instead of array + ### 0.8.2 - AccessHelper & RecursiveFilter now return a plain `object`, rather than an `ArrayAccess` object diff --git a/README.md b/README.md index 25d65f1..cb09585 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This project aims to be a clean and simple implementation with the following goa ## Installation ```bash -composer require softcreatr/jsonpath:"^0.5 || ^0.7 || ^0.8" +composer require softcreatr/jsonpath:"^0.8" ``` ## JSONPath Examples