diff --git a/CHANGELOG.md b/CHANGELOG.md index de51320..9ff9b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.0.1](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v2.0.0...v2.0.1) (2022-01-22) + + +### Bug Fixes + +* node-fetch security upgrade ([d9e4574](https://github.com/marceloavf/digitalocean-tools-vsts/commit/d9e4574a4d99b0e1494cebfa81ecf6ce52551d9c)) + # [2.0.0](https://github.com/marceloavf/digitalocean-tools-vsts/compare/v1.0.0...v2.0.0) (2021-12-13) diff --git a/package.json b/package.json index 2cda7f1..73f8e93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "digitalocean-tools-vsts", - "version": "2.0.0", + "version": "2.0.1", "description": "DigitalOcean task for the Azure DevOps system", "author": "Marcelo Formentão ", "license": "MIT",