From 4c2711fc816928993ea08c0396a92e920af37a21 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Thu, 9 Jan 2025 21:13:07 +0100 Subject: [PATCH] Release version 0.1.10 Signed-off-by: Jacob Kiers --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f1c51b..6d56af7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.10] - 2025-01-09 + ### Fixed * The ClientHello TLS header is now read in full before it is parsed, solving @@ -39,10 +41,10 @@ The ability to run `l4p` without arguments is now deprecated. Please use ## Previous versions [unreleased]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.9...HEAD +[0.1.10]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.9...v0.1.10 [0.1.9]: https://code.kiers.eu/jjkiers/layer4-proxy/compare/v0.1.8...v0.1.9 - Types of changes: * `Added` for new features. diff --git a/Cargo.toml b/Cargo.toml index 246277c..a03c242 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "l4p" -version = "0.1.9" +version = "0.1.10" edition = "2021" authors = ["Jacob Kiers "] license = "Apache-2.0"