diff --git a/CHANGELOG.md b/CHANGELOG.md index 43dd3f1..46cb55e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [0.1.1] - 2024-12-16 + ### Changed - Downgraded DNS errors to warnings ([#17]). diff --git a/Cargo.lock b/Cargo.lock index 0375582..fd18044 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ [[package]] name = "containerdebug" -version = "0.1.0" +version = "0.1.1" dependencies = [ "built", "clap", diff --git a/Cargo.toml b/Cargo.toml index 4ec3e91..86b873a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "containerdebug" -version = "0.1.0" +version = "0.1.1" edition = "2021" [dependencies]