From a5540e0641d6e56c6dc3f0fa0f630cf7d5dbe6f8 Mon Sep 17 00:00:00 2001 From: Eray Karatay Date: Sun, 19 Mar 2023 16:17:18 +0300 Subject: [PATCH] Version 0.4.7 (#73) --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3401e6b..d37331a5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog], and this project adheres to None. +# 0.4.7 (19. March 2023) + +- **added:** Openssl is now supported. + # 0.4.5 (18. February 2023) - **changed:** `Handle::graceful_shutdown` now informs connections about the diff --git a/Cargo.toml b/Cargo.toml index 848aae0e..9d0d8497 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT" name = "axum-server" readme = "README.md" repository = "https://github.com/programatik29/axum-server" -version = "0.4.6" +version = "0.4.7" [features] default = []