diff --git a/CHANGELOG.md b/CHANGELOG.md index 85275258..c6f84f81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.6.1](https://github.com/JohnstonCode/svn-scm/compare/v2.6.0...v2.6.1) (2020-01-28) + + +### Bug Fixes + +* fix encoding when comparing file revisions [#788](https://github.com/JohnstonCode/svn-scm/issues/788) ([#789](https://github.com/JohnstonCode/svn-scm/issues/789)) ([f6d5a68](https://github.com/JohnstonCode/svn-scm/commit/f6d5a6807be291c654214d35c84cb101eaa0c57a)) + # [2.6.0](https://github.com/JohnstonCode/svn-scm/compare/v2.5.0...v2.6.0) (2020-01-27) diff --git a/package-lock.json b/package-lock.json index 58d2ea93..f2cadf69 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "svn-scm", - "version": "2.6.0", + "version": "2.6.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 11bd5090..8f04434c 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "svn-scm", "displayName": "SVN", "description": "Integrated Subversion source control", - "version": "2.6.0", + "version": "2.6.1", "publisher": "johnstoncode", "engines": { "vscode": "^1.41.0"