Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated the CHANGELOG for release
  • Loading branch information
deanblackborough committed Sep 24, 2019
1 parent f068c09 commit 0a1130e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

The complete changelog for the Costs to Expect REST API, follows the format defined at https://keepachangelog.com/en/1.0.0/

## [v2.02.0] - 2019-10-xx
## [v2.01.1] - 2019-09-24
### Changed
- The `description` field in the `item_type` tables is now nullable.
- We have updated the `item_type` tables; all descriptions are now null.
- We have upgraded to version 5.8 of the Laravel framework.

### Fixed
- The subcategory parameter is only passed through to the relevant controller if the category parameter is also valid.

## [v2.01.0] - 2019-09-27
## [v2.01.0] - 2019-09-22
### Added
- We have added a `Header` utility class that can be used to generate the expected headers for collection and item requests.
- We have added a `RoutePermission` class which returns the view and manage permission for each route.
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'=> '2.02.0',
'version'=> '2.01.1',
'prefix' => 'v2',
'release_date' => '2019-10-xx',
'release_date' => '2019-09-24',
'changelog' => [
'api' => '/v2/changelog',
'markdown' => 'https://github.com/costs-to-expect/api/blob/master/CHANGELOG.md'
Expand Down

0 comments on commit 0a1130e

Please sign in to comment.