diff --git a/CHANGELOG.md b/CHANGELOG.md index eb0c8ad..76df507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ ## Release Notes +### 4.4.1 + +_Improvement_ + +- Optimized the version aggregation of a file by using the `cleartool describe` command + +### 4.4.0 + +_Feature_ + +- Checkin all selected files in the SMC view at once + ### 4.3.0 _Feature_ diff --git a/package.json b/package.json index 1c4af0e..7814368 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-clearcase", "displayName": "Unofficial ClearCase SCM Commands", "description": "Unofficial support for IBM Rational ClearCase most common commands", - "version": "4.4.1-rc.1", + "version": "4.4.1", "publisher": "OpenNingia", "license": "MIT", "repository": {