diff --git a/CHANGELOG.md b/CHANGELOG.md index 59de2ee..4d585a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.4.1] + ### Fixed - "Not configured" error messages now mention `tfvc.adoBaseUrl` as an alternative to `tfvc.adoOrg` for on-prem installs. Previously both the SCM error toast (`src/extension.ts`) and the review-diff placeholder text (`src/providers/fileContent.ts`) told users to set `tfvc.adoOrg`, sending on-prem users chasing a field they don't need — the underlying check has always accepted either. diff --git a/package.json b/package.json index 707151c..0b25df4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tfvc", "displayName": "TFVC", "description": "Team Foundation Version Control (TFVC) source control integration for VS Code", - "version": "0.4.0", + "version": "0.4.1", "publisher": "qodev", "license": "MIT", "repository": {