Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Set the version and update the changelog
  • Loading branch information
deanblackborough committed Jul 24, 2022
1 parent 94e60ba commit 3a271d0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [0.8.0] - [2022-07-24]
### Added
- Confetti, who doesn't like confetti?

### Changed
- Slightly decreased the time before a save happens.

## [0.7.0] - [2022-07-23]
### Added
- Added a table to the bottom of each score sheet, shows all the player scores, delayed by thirty seconds.
Expand Down
4 changes: 2 additions & 2 deletions config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
'item_subtype_id' => env('ITEM_SUBTYPE_ID'),
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => '0.7.0',
'release_date' => '23rd July 2022'
'version' => '0.8.0',
'release_date' => '24th July 2022'
];

0 comments on commit 3a271d0

Please sign in to comment.