Skip to content

Commit

Permalink
v2.08.1
Browse files Browse the repository at this point in the history
- Updated the CHANGELOG.
- Set the new version and release date.
  • Loading branch information
deanblackborough committed Feb 27, 2020
1 parent f34720d commit e1a5312
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

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

## [v2.08.1] - 2020-02-27
### Fixed
- Select the correct year when validating the min and max year for year validation.
- The logo on the welcome page will redirect you to the API, not the app dashboard.

## [v2.08.0] - 2020-02-26
### Added
- We have added a new item type, `simple item`. We intend that the 'simple item' type is useful for managing collections. The API will now allow you to list, add, edit and delete them.
Expand Down
4 changes: 2 additions & 2 deletions config/api/app/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
declare(strict_types=1);

return [
'version'=> '2.08.0',
'version'=> '2.08.1',
'prefix' => 'v2',
'release_date' => '2020-02-26',
'release_date' => '2020-02-27',
'changelog' => [
'api' => '/v2/changelog',
'markdown' => 'https://github.com/costs-to-expect/api/blob/master/CHANGELOG.md'
Expand Down

0 comments on commit e1a5312

Please sign in to comment.