diff --git a/CHANGELOG.md b/CHANGELOG.md index 507ddfd3..32eaa771 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,24 @@ 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 + +## 2.6.0 - 2021-02-22 + > **Note**: This application has been updated to use [Laravel 8.x](https://laravel.com/docs). It's backwards compatibility, so the database does not need to be updated. +### Added +- Parallel testing to reduce testing time when using `composer test` and `composer test-coverage`. + ### Changed - **Important**: This application has been upgraded to [Laravel 8.x](https://laravel.com/docs). A lot of refactors has been done in order to adopt Laravel 8.x best practices. +- Docker build process to set UID on docker-compose build. ### Fixed - Bug when creating a question without choices. ([#177][i177]) +### Removed +- Remove Symfony Insight integration. + [i177]: https://github.com/pacoorozco/gamify-laravel/issues/177 ## 2.5.0 - 2020-12-03 diff --git a/config/app.php b/config/app.php index 98ad3b75..f856c86a 100644 --- a/config/app.php +++ b/config/app.php @@ -47,7 +47,7 @@ | */ - 'version' => '2.5.0', + 'version' => '2.6.0', /* |--------------------------------------------------------------------------