diff --git a/CHANGELOG.md b/CHANGELOG.md index c714653..3df54c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.1.0](https://github.com/infrarun/contemplate/compare/v1.0.0...v1.1.0) (2024-01-12) + + +### Bug Fixes + +* Remove atty requirement ([19ebae1](https://github.com/infrarun/contemplate/commit/19ebae1c8c4956a84b6b194ec9fd65e6f38c90d6)) + + +### Features + +* Build with stable toolchain ([7cb3b03](https://github.com/infrarun/contemplate/commit/7cb3b03291dcae3c133f9a4d9557b99adf24853f)) + # 1.0.0 (2024-01-12) diff --git a/Cargo.lock b/Cargo.lock index f6b606c..5860745 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -316,7 +316,7 @@ dependencies = [ [[package]] name = "contemplate" -version = "1.0.0" +version = "1.1.0" dependencies = [ "async-trait", "base64", diff --git a/Cargo.toml b/Cargo.toml index f4d928a..bbd4319 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "contemplate" -version = "1.0.0" +version = "1.1.0" edition = "2021" license-file = "LICENSE" repository = "https://github.com/infrarun/contemplate"