diff --git a/CHANGELOG.md b/CHANGELOG.md index 3800c053..aff0071f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). ## Unreleased + +## 1.0.1 - 2022-02-03 + ### Changed - Bump `laravel/framework` to `v8.82.0`. - Bump `fruitcake/laravel-cors` to `v2.0.5`. diff --git a/config/app.php b/config/app.php index c8826bbb..91e475ea 100644 --- a/config/app.php +++ b/config/app.php @@ -131,7 +131,7 @@ | */ - 'version' => '1.0.0', + 'version' => '1.0.1', /* |--------------------------------------------------------------------------