Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Set the release date and update the changelog.
  • Loading branch information
deanblackborough committed Jul 22, 2022
1 parent 4d2d980 commit 6bf8b06
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +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.7.0] - [DATE]
## [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.

### Changed
- Changed the URIs for all the share pages.

### Fixed
- You can only score a Yahtzee bonus when a Yahtzee has been scored.

Expand Down
2 changes: 1 addition & 1 deletion config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => '0.7.0',
'release_date' => '22nd July 2022'
'release_date' => '23rd July 2022'
];

0 comments on commit 6bf8b06

Please sign in to comment.