diff --git a/CHANGELOG.md b/CHANGELOG.md index 035284e..9cae3ab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Change Log -All notable changes to the "ctagsymbols" extension will be documented in this file. -## [1.0.0] - 2017-05-04 +## **0.2.0** (2020-07-05) +- Multi-root workspace support +- Added icon + +## **0.1.0** (2020-07-04) - Initial release \ No newline at end of file diff --git a/package.json b/package.json index 6b22012..c907c34 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "ctagsymbols", "displayName": "CTags Workspace Symbol Provider", "description": "A bare-bones workspace symbol provider for ctags.", - "version": "0.1.0", + "version": "0.2.0", "publisher": "valderman", "icon": "logo.png", "engines": {