Skip to content

Commit

Permalink
Release
Browse files Browse the repository at this point in the history
- Updated the changelog
- Set the release date and version
  • Loading branch information
deanblackborough committed Oct 12, 2023
1 parent 0c3253f commit cbf7af0
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,30 @@

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.04.0] - [2023-10-12]
### Added
- Added full account deletion.
- Added a getting started section for new sign-ups, allows the user to create players and begin a game in one go.
### Changed
- Updated Yahtzee account deletion, uses the API to delete the account rather than brute force.
- Switched to action and view controllers.
- Automatically sign-in the user after password creation.
- Switched to the support@costs-to-expect.com email and removed Twitter from footer.
- Updated content throughout the app.
- Updated to Laravel 10
- Updated to Boostrap 5.3
- Updated to PHP8.2

## [v1.03.0] - [2023-07-03]
### Added
- Added Budget Pro to the footer
### Changed
- Updated the example ENV file
- Updated dependencies
- Set version and release date
### Fixed
- Corrected a link

## [1.02.0] - [2023-01-30]
### Changed
- Updated authentication to match recent changes to the Costs to Expect API.
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.03.0',
'release_date' => '2nd July 2023'
'version' => '1.04.0',
'release_date' => '12th October 2023'
];

0 comments on commit cbf7af0

Please sign in to comment.