diff --git a/CHANGELOG.md b/CHANGELOG.md index 4fcce59..26ea141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [UNRELEASED] +## [0.2.2] - 2023-08-29 ### Added diff --git a/Cargo.toml b/Cargo.toml index e71631c..4ddc496 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "const-lru" -version = "0.2.1" +version = "0.2.2" edition = "2021" authors = ["billythedummy"] license = "MIT OR Apache-2.0"