diff --git a/CHANGELOG.md b/CHANGELOG.md index f5037ba..08513f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [1.7.0] - 2022-05-02 + +### Added + +- Unit test templates (XUnit, NUnit, MSTest) +- Struct template + ## [1.6.3] - 2022-04-24 ### Fixed diff --git a/package.json b/package.json index f7888d0..470c524 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "C# IDE Extensions for VSCode", "author": "KreativJos", "license": "MIT", - "version": "1.6.3", + "version": "1.7.0", "publisher": "kreativ-software", "engines": { "vscode": "^1.56.0"