diff --git a/CHANGELOG.md b/CHANGELOG.md index c17e7f074b..0d577edcf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - Add branch link provider to access branch links in plugins [#1243](https://github.com/scm-manager/scm-manager/pull/1243) +### Fixed +- Fix file extension detection with new spotter version + ## [2.2.0] - 2020-07-03 ### Added - Rename repository name (and namespace if permitted) ([#1218](https://github.com/scm-manager/scm-manager/pull/1218)) 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