diff --git a/node/CHANGELOG.md b/node/CHANGELOG.md index ed9d3c7d3..77062c01f 100644 --- a/node/CHANGELOG.md +++ b/node/CHANGELOG.md @@ -2,6 +2,10 @@ ## 4.x +### 4.11.0 + +- Added audit action for task.issue [#1033](https://github.com/microsoft/azure-pipelines-task-lib/pull/1033) + ### 4.10.0 - Added `correlation ID` property for logging commands [#1021](https://github.com/microsoft/azure-pipelines-task-lib/pull/1021) diff --git a/powershell/Docs/ReleaseNotes.md b/powershell/Docs/ReleaseNotes.md index 64f2dbc23..ccdb35b58 100644 --- a/powershell/Docs/ReleaseNotes.md +++ b/powershell/Docs/ReleaseNotes.md @@ -1,5 +1,9 @@ # Release Notes +## 0.21.0 + +- Added audit action for task.issue [#1033](https://github.com/microsoft/azure-pipelines-task-lib/pull/1033) + ## 0.17.0 * Added `Invoke-VstsProcess` cmdlet ()