diff --git a/CHANGELOG.md b/CHANGELOG.md index e13a924..e472ba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Parable PHP ORM +## 0.8.1 + +_Changes_ +- Upgrade [`parable-php/query`](https://github.com/parable-php/query) to 0.3.1. + ## 0.8.0 _Changes_ diff --git a/composer.json b/composer.json index 4a67697..9fb77d3 100644 --- a/composer.json +++ b/composer.json @@ -16,8 +16,8 @@ "php": ">=7.1", "ext-pdo": "*", "ext-json": "*", - "parable-php/di": "^0.2.0", - "parable-php/query": "^0.2.1" + "parable-php/di": "^0.2.5", + "parable-php/query": "^0.3.1" }, "require-dev": { "phpunit/phpunit": "^7.0"