diff --git a/CHANGELOG.md b/CHANGELOG.md index 02f6e0c..3a73482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.06.1] - [2022-08-27] +### Changed +- Updated the footer. +- Added a note about statistics coming soon. +### Fixed +- Corrected the max for ones. + ## [1.06.0] - [2022-08-26] ### Added - Added a `Registered` email, thanks the player for registering etc. diff --git a/config/app/config.php b/config/app/config.php index 11ee8bd..9175690 100644 --- a/config/app/config.php +++ b/config/app/config.php @@ -11,6 +11,6 @@ 'error_email' => env('ERROR_EMAIL'), 'cookie_user' => env('SESSION_NAME_USER'), 'cookie_bearer' => env('SESSION_NAME_BEARER'), - 'version' => '1.06.0', - 'release_date' => '26th August 2022' + 'version' => '1.06.1', + 'release_date' => '27th August 2022' ]; diff --git a/resources/views/components/footer.blade.php b/resources/views/components/footer.blade.php index c1bfbd8..52c6ed8 100644 --- a/resources/views/components/footer.blade.php +++ b/resources/views/components/footer.blade.php @@ -15,15 +15,16 @@
Select a player for a detailed breakdown of their Yahtzee games.
+Select a player for a detailed breakdown* of their Yahtzee games.
+ +* Statistics coming soon(tm)
@if (count($players) > 0)Add a new player.
-Select a player for a detailed breakdown of their Yahtzee games.
+Select a player for a detailed breakdown* of their Yahtzee games.
+ +* Statistics coming soon(tm)
@if (count($players) > 0)