diff --git a/aggligator-util/CHANGELOG.md b/aggligator-util/CHANGELOG.md index eb1c32d..57932ea 100644 --- a/aggligator-util/CHANGELOG.md +++ b/aggligator-util/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to aggligator utilities 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). +## 0.10.1 - 2023-09-08 +### Changed +- minimum supported Rust version is now 1.70.0 + ## 0.10.0 - 2023-09-06 ### Changed - update dependencies diff --git a/aggligator-util/Cargo.toml b/aggligator-util/Cargo.toml index e8bd481..661f77b 100644 --- a/aggligator-util/Cargo.toml +++ b/aggligator-util/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aggligator-util" -version = "0.10.0" +version = "0.10.1" edition = "2021" rust-version = "1.70" authors = ["Sebastian Urban "]