diff --git a/CHANGELOG.md b/CHANGELOG.md index 7bfe5f8..d5645dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/PlexSheep/steckrs/compare/v0.4.0...v0.4.1) + +### ⛰️ Features + +- Add list_plugins - ([1930042](https://github.com/PlexSheep/steckrs/commit/1930042da18228f4d25546f13382fadce4c0f70c)) + + ## [0.4.0](https://github.com/PlexSheep/steckrs/compare/v0.3.4...v0.4.0) ### ⛰️ Features diff --git a/Cargo.toml b/Cargo.toml index 07e430a..f9aaca5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steckrs" -version = "0.4.0" +version = "0.4.1" edition = "2021" publish = true authors = ["Christoph J. Scherr "]