Skip to content

Commit

Permalink
Bump version 2.4.1 -> 2.5.0
Browse files Browse the repository at this point in the history
Signed-off-by: pacoorozco <[email protected]>
  • Loading branch information
pacoorozco committed Dec 3, 2020
1 parent 032c64d commit 96f1071
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

## 2.5.0 - 2020-12-03

### Added
- Possibility to obtain/assign badges based on events (question has been answered, user is logged in...) ([#161][i161])
- Possibility to schedule question publication. ([#152][i152])
Expand All @@ -13,6 +16,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/) and this
- Use `SocialProviders/okta` from packagist instead of GitHub.
- Upgrade requirements to PHP 7.4.
- Add [docker-php-extension-installer](https://github.com/mlocati/docker-php-extension-installer) to install PHP extensions in docker.
- Dependencies has been updated.
### Fixed
- Badge images were not working on 'local' storage. ([#162][i162])
- Choices were not shown on validation errors. Dynamic Form fields is using [repeatable-fields](https://github.com/Rhyzz/repeatable-fields).
Expand Down
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
|
*/

'version' => '2.4.1',
'version' => '2.5.0',

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

0 comments on commit 96f1071

Please sign in to comment.