Skip to content

Commit

Permalink
Release v1.08.0
Browse files Browse the repository at this point in the history
* Release v1.08.0
  • Loading branch information
deanblackborough committed Nov 10, 2018
1 parent 33a0a6d commit b1dced6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions config/api/version.php
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?php

return [
'version'=> '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'
Expand Down

0 comments on commit b1dced6

Please sign in to comment.