diff --git a/mla/CHANGELOG.md b/mla/CHANGELOG.md index 02d6ec91..109ea928 100644 --- a/mla/CHANGELOG.md +++ b/mla/CHANGELOG.md @@ -5,6 +5,10 @@ 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-05-31 + +- Bump dependencies + ## [1.1.0] - 2021-01-26 ### Thanks diff --git a/mla/Cargo.toml b/mla/Cargo.toml index 4f9c70fe..59e8bdf3 100644 --- a/mla/Cargo.toml +++ b/mla/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mla" -version = "1.1.0" +version = "1.1.1" authors = ["Camille Mougey "] edition = "2018" license = "LGPL-3.0-only"