diff --git a/CHANGELOG.md b/CHANGELOG.md index fc250530..a5ffa524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [2.17.0](https://github.com/JohnstonCode/svn-scm/compare/v2.16.1...v2.17.0) (2023-06-22) + + +### Features + +* replace keyar with vscode SecretStorage ([#1600](https://github.com/JohnstonCode/svn-scm/issues/1600)) ([715171d](https://github.com/JohnstonCode/svn-scm/commit/715171d995ff891e4f7f049687e2b73884e336ea)) + ## [2.16.1](https://github.com/JohnstonCode/svn-scm/compare/v2.16.0...v2.16.1) (2023-06-19) diff --git a/package.json b/package.json index a814fcf5..b4998738 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.16.1", + "version": "2.17.0", "publisher": "johnstoncode", "engines": { "vscode": "^1.53.0"