diff --git a/CHANGELOG.md b/CHANGELOG.md index 961bb7a..ef4f053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to the "nft" extension will be documented in this file. 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). +## [0.4.1] - 2021-09-07 + +- Bump dev dependencies +- Bump VSCode support to 1.50.0 + ## [0.4.0] - 2021-04-19 - Bumped dev dependencies @@ -64,7 +69,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release [`bf39000`](https://github.com/omBratteng/vscode-nftables/commit/bf39000) -[0.3.4]: https://github.com/omBratteng/vscode-nftables/compare/0.3.4...0.4.0 +[0.4.1]: https://github.com/omBratteng/vscode-nftables/compare/0.4.0...0.4.1 +[0.4.0]: https://github.com/omBratteng/vscode-nftables/compare/0.3.4...0.4.0 [0.3.4]: https://github.com/omBratteng/vscode-nftables/compare/0.3.3...0.3.4 [0.3.3]: https://github.com/omBratteng/vscode-nftables/compare/0.3.2...0.3.3 [0.3.2]: https://github.com/omBratteng/vscode-nftables/compare/0.3.1...0.3.2 diff --git a/package.json b/package.json index fae10d1..a40eabb 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.4.0", + "version": "0.4.1", "name": "nftables", "displayName": "nftables", "publisher": "omBratteng",