From 96f1071e897ec2c227a3200f3c254b736d3aa353 Mon Sep 17 00:00:00 2001 From: pacoorozco Date: Thu, 3 Dec 2020 18:00:29 +0100 Subject: [PATCH] Bump version 2.4.1 -> 2.5.0 Signed-off-by: pacoorozco --- CHANGELOG.md | 4 ++++ config/app.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c044b956..18d25252 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 + +## 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]) @@ -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). diff --git a/config/app.php b/config/app.php index 5c03a5d5..ceaffe8f 100644 --- a/config/app.php +++ b/config/app.php @@ -24,7 +24,7 @@ | */ - 'version' => '2.4.1', + 'version' => '2.5.0', /* |--------------------------------------------------------------------------