From b1dced62c0a71bb7bba55c3dce39c26a351a336d Mon Sep 17 00:00:00 2001 From: Dean Blackborough Date: Sat, 10 Nov 2018 16:23:02 +0000 Subject: [PATCH] Release v1.08.0 * Release v1.08.0 --- CHANGELOG.md | 3 ++- config/api/version.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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'