From 48b19977f89cc7d72f307ad0aabdfc0c7152b4d3 Mon Sep 17 00:00:00 2001 From: Niels Sonnich Poulsen Date: Thu, 16 Jun 2022 20:28:34 +0200 Subject: [PATCH] Release v0.1.1 --- CHANGES.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 95b2433..ba4dfc7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ # Uncomment changelog +## Uncomment 0.1.1 + +Fixes missing TLS support when using `UNCOMMENT_THREAD_URL` to validate new threads. + ## Uncomment 0.1.0 Initial working release of Uncomment. diff --git a/Cargo.toml b/Cargo.toml index 1b43480..4182977 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uncomment" -version = "0.1.0" +version = "0.1.1" authors = ["Niels Sonnich Poulsen "] edition = "2018"