Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated the CHANGELOG and set the release date and version
  • Loading branch information
deanblackborough committed Aug 3, 2022
1 parent 5a1b8af commit 9812443
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/

## [1.02.0] - [2022-08-04]
### Changed
- Removed the scratch chance option, not a relevant option.
- Minor change to the design of the bonus message container.
- Updated the bonus message text and added messages for additional combinations and scores.
- Fetch all players from the API rather than the latest ten.

## [1.01.0] - [2022-08-03]
### Added
- Added a landing page to highlight some of the features.
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' => '1.01.0',
'release_date' => '3rd August 2022'
'version' => '1.02.0',
'release_date' => '4rd August 2022'
];

0 comments on commit 9812443

Please sign in to comment.