diff --git a/mla/CHANGELOG.md b/mla/CHANGELOG.md index 0fc440e3..0632960c 100644 --- a/mla/CHANGELOG.md +++ b/mla/CHANGELOG.md @@ -5,6 +5,22 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.4.0] - 2023-10-02 + +TODO:bf441bb54f37fa91a0c55440f6bc4392ff84c86b + +### Added/Changed + +- Code cleaning +- Bump dependencies +- Benchmarking: reduce the number of test case per test, add new scenarios +- Explicitely ask for `zeroize` feature in `x25519-dalek` + +### Fixed + +- FailSafe Reader: drastically improve performance +- Fix a Brotli-decompressor regression ([following a minor update](https://github.com/ANSSI-FR/MLA/pull/163)) and add corresponding tests + ## [1.3.0] - 2022-08-22 ### Thanks diff --git a/mla/Cargo.toml b/mla/Cargo.toml index 895c2855..2fe01ac7 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mla" -version = "1.3.0" +version = "1.4.0" authors = ["Camille Mougey "] edition = "2018" license = "LGPL-3.0-only"