diff --git a/CHANGELOG.md b/CHANGELOG.md index dee139288c..6a77356245 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +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/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -# Unreleased - +## Unreleased ### Fixed +- Fixed file extension detection with new spotter version - Fixed wrong cache directory location ([#1236](https://github.com/scm-manager/scm-manager/issues/1236) and [#1242](https://github.com/scm-manager/scm-manager/issues/1242)) ## [2.2.0] - 2020-07-03 diff --git a/scm-webapp/pom.xml b/scm-webapp/pom.xml index 8ee6dba971..e5c40c8d98 100644 --- a/scm-webapp/pom.xml +++ b/scm-webapp/pom.xml @@ -304,7 +304,7 @@ com.github.sdorra spotter-core - 2.1.1 + 2.1.2