From 45ad4bdf0956516a1a9ebcd618a44ba90d2298c9 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Fri, 7 Aug 2020 11:51:26 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd1413127c..466a5e5393 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## Unreleased +### Added +- Check dependency versions on plugin installation ([#1283](https://github.com/scm-manager/scm-manager/pull/1283)) + ## [2.3.1] - 2020-08-04 ### Added - New api to resolve SCM-Manager root url ([#1276](https://github.com/scm-manager/scm-manager/pull/1276))