diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8e1835..31a21ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,7 @@
# Changelog
- [Changelog](#changelog)
+ - [6.0.5](#605)
- [6.0.4](#604)
- [6.0.3](#603)
- [6.0.2](#602)
@@ -37,6 +38,12 @@
---
+## 6.0.5
+
+Released on 27/11/2024
+
+- [Force rustls to use ring](https://github.com/veeso/suppaftp/issues/94)
+
## 6.0.4
Released on 26/10/2024
diff --git a/Cargo.toml b/Cargo.toml
index 66fdc89..b93186d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,7 @@ members = ["suppaftp", "suppaftp-cli"]
resolver = "2"
[workspace.package]
-version = "6.0.4"
+version = "6.0.5"
edition = "2021"
authors = [
"Christian Visintin
Developed by veeso and Matt McCoy
-Current version: 6.0.3 (15/10/2024)
+Current version: 6.0.5 (27/11/2024)