diff --git a/CHANGELOG.md b/CHANGELOG.md index f367c51..6364064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ All notable changes to the "tagger-script" extension will be documented in this The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [0.2.0] - 2020-02-14 +### Added +- Added snippets for Picard 2.3 scripting additions ## [0.1.0] - 2020-01-01 ### Added diff --git a/LICENSE.md b/LICENSE.md index 98a2994..5e8d745 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2019 Philipp Wolfer +Copyright (c) 2019-2020 Philipp Wolfer Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/package.json b/package.json index 2979e89..aa65e80 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "tagger-script", "displayName": "Tagger Script Syntax", "description": "Syntax highlighting and code snippets for MusicBrainz Picard Tagger Script.", - "version": "0.1.0", + "version": "0.2.0", "publisher": "phw", "repository": "github:phw/vscode-tagger-script", "engines": {