diff --git a/CHANGELOG.md b/CHANGELOG.md index 2595ca7c..d7872e7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ -# Unreleased +# 0.1.2 - 2012-02-24 * Added a new dependency on the _ca-certificates_ package for our Debian installer in order to handle SSL certificates issued by Amazon's CA. +* Improved error messages when operations fail due to access restrictions on the API key. +* Improved error messages for data validation issues. # 0.1.1 - 2021-01-20 diff --git a/Cargo.lock b/Cargo.lock index 27d1c3f2..4270cbcd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -186,7 +186,7 @@ dependencies = [ [[package]] name = "cloudtruth" -version = "0.1.1" +version = "0.1.2" dependencies = [ "assert_cmd", "assert_matches", diff --git a/Cargo.toml b/Cargo.toml index 9e1932ce..fe8f1b4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "cloudtruth" -version = "0.1.1" +version = "0.1.2" description = "A command-line interface to the CloudTruth configuration management service." authors = ["CloudTruth "] edition = "2018"