diff --git a/CHANGELOG.md b/CHANGELOG.md index 7618859c..2ae98f13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.16.0](https://github.com/JohnstonCode/svn-scm/compare/v2.15.7...v2.16.0) (2023-06-19) + + +### Features + +* switch to codicons ([#1553](https://github.com/JohnstonCode/svn-scm/issues/1553)) ([4106832](https://github.com/JohnstonCode/svn-scm/commit/4106832510caab108c28022e4c7773d89cb7a4b4)) + ## [2.15.7](https://github.com/JohnstonCode/svn-scm/compare/v2.15.6...v2.15.7) (2022-12-23) diff --git a/package.json b/package.json index e027686e..e879cdd2 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.15.7", + "version": "2.16.0", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0"