diff --git a/CHANGELOG.md b/CHANGELOG.md index 9147ab1d..ec4710f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.15.1](https://github.com/JohnstonCode/svn-scm/compare/v2.15.0...v2.15.1) (2021-12-09) + + +### Bug Fixes + +* Added jschardet ([#1548](https://github.com/JohnstonCode/svn-scm/issues/1548)) ([e3dbc82](https://github.com/JohnstonCode/svn-scm/commit/e3dbc821a3ac20b74a7dc0902f995187608258dd)) + # [2.15.0](https://github.com/JohnstonCode/svn-scm/compare/v2.14.0...v2.15.0) (2021-11-08) diff --git a/package.json b/package.json index cafea29e..2a3a5b64 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.15.0", + "version": "2.15.1", "publisher": "johnstoncode", "engines": { "vscode": "^1.44.0"