diff --git a/CHANGELOG.md b/CHANGELOG.md index 96cc20da..62388ea1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/config/api/app/version.php b/config/api/app/version.php index 4ff45c95..95ce3cbf 100644 --- a/config/api/app/version.php +++ b/config/api/app/version.php @@ -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'