diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e18738..5e1de57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.0.28 + +- No significant changes since 0.0.27. + ## 0.0.27 - No significant changes since 0.0.26. diff --git a/Cargo.lock b/Cargo.lock index 48f5b19..d3e7ece 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -970,7 +970,7 @@ dependencies = [ [[package]] name = "inspect-cert-chain" -version = "0.0.27" +version = "0.0.28" dependencies = [ "ansi-to-tui", "arboard", diff --git a/Cargo.toml b/Cargo.toml index 23c1bb3..1184a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inspect-cert-chain" -version = "0.0.27" +version = "0.0.28" description = "OpenSSL-like text output for debugging certificate chains" authors = ["Rob Ede "] keywords = ["inspect", "cert", "chain", "openssl", "x509"]