Skip to content

Commit

Permalink
Bump version 2.5.0 -> 2.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Feb 22, 2021
1 parent fff3fa3 commit 146364a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
|
*/

'version' => '2.5.0',
'version' => '2.6.0',

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 146364a

Please sign in to comment.