diff --git a/CHANGELOG.md b/CHANGELOG.md index b955f0c..d5a214b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. +## Release 0.2.0 + +**Features** + +**Bugfixes** + +- Fixed typo in metadata. + +**Known Issues** + ## Release 0.1.0 **Features** diff --git a/metadata.json b/metadata.json index 932fee2..4a993fc 100644 --- a/metadata.json +++ b/metadata.json @@ -1,8 +1,8 @@ { "name": "benjaminrobertson-applocker", - "version": "0.1.0", + "version": "0.2.0", "author": "benjaminrobertson", - "summary": "Configured applocker (Applications whitelisting) for Windows", + "summary": "Configures applocker (Applications whitelisting) for Windows", "license": "Apache-2.0", "source": "https://github.com/benjamin-robertson/applocker", "project_page": "https://github.com/benjamin-robertson/applocker",