diff --git a/CHANGELOG.md b/CHANGELOG.md index b627408..81794d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.26.6](https://github.com/opendevtools/supreme/compare/v1.26.5...v1.26.6) (2022-04-07) + + +### Bug Fixes + +* **github-actions:** handle template strings ([8111996](https://github.com/opendevtools/supreme/commit/81119962035bcabf581b5d0d5e11d4295823c6c2)) + ## [1.26.5](https://github.com/opendevtools/supreme/compare/v1.26.4...v1.26.5) (2022-04-07) diff --git a/Cargo.toml b/Cargo.toml index 6737485..9b59003 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "supreme" -version ="1.26.5" +version ="1.26.6" authors = ["Rickard Natt och Dag "] edition = "2018" description = "A CLI tool that helps you get up an running fast"