Skip to content

Commit

Permalink
Merge pull request #192 from deanblackborough/v2.12.0
Browse files Browse the repository at this point in the history
Release
  • Loading branch information
deanblackborough authored Jun 19, 2020
2 parents 2eb80fb + 2e87d8b commit 960a19b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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.13.4] - 2020-06-19
### Changed
- We have switched to Redis for our cache.

## [v2.11.3] - 2020-06-19
### Added
- We have added an application cache for summaries; we include the ETag header however we are not yet returning a 304.
Expand Down
2 changes: 1 addition & 1 deletion config/api/app/version.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
declare(strict_types=1);

return [
'version'=> '2.11.3',
'version'=> '2.11.4',
'prefix' => 'v2',
'release_date' => '2020-06-19',
'changelog' => [
Expand Down

0 comments on commit 960a19b

Please sign in to comment.