Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated the changelog and set release date and version
  • Loading branch information
deanblackborough committed Aug 29, 2022
1 parent bb15bef commit e5c3a50
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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.07.0] - [2022-08-29]
### Changed
- Added a "How to score" section to the top of each score sheet.
- Added text explaining all the options above open games.
- Renamed the "Share" link.
- Improved the experience for new users, added text to guide the user.
### Fixed
- Corrected a validation error when credentials are invalid.
- Corrected menu links.

## [1.06.1] - [2022-08-27]
### Changed
- Updated the footer.
Expand Down
4 changes: 2 additions & 2 deletions config/app/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
'error_email' => env('ERROR_EMAIL'),
'cookie_user' => env('SESSION_NAME_USER'),
'cookie_bearer' => env('SESSION_NAME_BEARER'),
'version' => '1.06.1',
'release_date' => '27th August 2022'
'version' => '1.07.0',
'release_date' => '29th August 2022'
];

0 comments on commit e5c3a50

Please sign in to comment.