diff --git a/CHANGELOG.md b/CHANGELOG.md index 1cad7bfb..899353c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.11.0](https://github.com/JohnstonCode/svn-scm/compare/v2.10.6...v2.11.0) (2020-05-06) + + +### Features + +* Added option to not prompt if commit message is empty (close [#913](https://github.com/JohnstonCode/svn-scm/issues/913)) ([#920](https://github.com/JohnstonCode/svn-scm/issues/920)) ([2f5e2c2](https://github.com/JohnstonCode/svn-scm/commit/2f5e2c215ee6c6113536a80474accb6a8e4d87b3)) + ## [2.10.6](https://github.com/JohnstonCode/svn-scm/compare/v2.10.5...v2.10.6) (2020-03-12) diff --git a/package.json b/package.json index 408a9fbb..08764765 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.10.6", + "version": "2.11.0", "publisher": "johnstoncode", "engines": { "vscode": "^1.43.0"