diff --git a/CHANGELOG.md b/CHANGELOG.md index 6225caf2..7d74b29b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,11 +2,12 @@ Full changelog for the Costs to Expect REST API. -## 2018-11-xx - v1.08.0 +## 2018-11-10 - v1.08.0 * Initial support for PATCHing, to start /resource_types/{resource_type_id}/resources/{resource_id}/items/{item_id}. * Added initial support for private resource types, if a valid bearer exists private resource types are shown. * Updates to README around expected responses. +* Renamed route validation helper methods, now clearer when shown in context. ## 2018-11-03 - v1.07.2 diff --git a/config/api/version.php b/config/api/version.php index ec6dc883..cf7ab95e 100644 --- a/config/api/version.php +++ b/config/api/version.php @@ -1,9 +1,9 @@ '1.07.2', + 'version'=> '1.08.0', 'prefix' => 'v1', - 'release_date' => '2018-11-03', + 'release_date' => '2018-11-10', 'changelog' => [ 'api' => '/v1/changelog', 'markdown' => 'https://github.com/costs-to-expect/api/blob/master/CHANGELOG.md'