diff --git a/CHANGELOG.md b/CHANGELOG.md index cbd6777..56f4fd4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.2](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.1...v0.2.2) - 2024-11-16 + +### Other + +- Configure Renovate ([#2](https://github.com/tailcallhq/tailcall-chunk/pull/2)) + ## [0.2.1](https://github.com/tailcallhq/tailcall-chunk/compare/v0.2.0...v0.2.1) - 2024-11-16 ### Other diff --git a/Cargo.lock b/Cargo.lock index a3bed91..cffb79a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -329,7 +329,7 @@ dependencies = [ [[package]] name = "tailcall-chunk" -version = "0.2.1" +version = "0.2.2" dependencies = [ "gh-workflow", ] diff --git a/Cargo.toml b/Cargo.toml index b66114f..7091ab1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tailcall-chunk" -version = "0.2.1" +version = "0.2.2" edition = "2021" license = "Apache-2.0" description = "A Rust implementation of a persistent data structure for efficient append and concatenation operations."