diff --git a/mlar/CHANGELOG.md b/mlar/CHANGELOG.md index f7a32b5..6e871bf 100644 --- a/mlar/CHANGELOG.md +++ b/mlar/CHANGELOG.md @@ -5,6 +5,14 @@ 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.1.1] - 2021-03-04 + +### Added/Changed + +- Bump dependencies + - In particular, update `mla` to running state, including a fix for [an issue](https://github.com/ANSSI-FR/MLA/issues/63) which may occurs in archive with more than 2^32 bits data + + ## [1.1.0] - 2020-09-14 ### Thanks @@ -25,4 +33,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `hex`: 0.3 to 0.4 - `assert_cmd`: 0.12 to 1.0 (dev) - `assert_fs`: 0.13 to 1.0 (dev) - - `mla`: running state \ No newline at end of file + - `mla`: running state diff --git a/mlar/Cargo.toml b/mlar/Cargo.toml index 5adc674..d233f35 100644 --- a/mlar/Cargo.toml +++ b/mlar/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "mlar" description = "A wrapper around the MLA library for common usecases" -version = "1.1.0" +version = "1.1.1" authors = ["Camille Mougey "] edition = "2018" license = "LGPL-3.0-only"