diff --git a/CHANGELOG.md b/CHANGELOG.md index f415953..6ca1fb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.25](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.24...v0.0.25) - 2024-12-02 + +### Other + +- *(deps)* lock file maintenance ([#152](https://github.com/philipcristiano/rust_service_conventions/pull/152)) + ## [0.0.24](https://github.com/philipcristiano/rust_service_conventions/compare/v0.0.23...v0.0.24) - 2024-12-01 ### Fixed diff --git a/Cargo.toml b/Cargo.toml index 8805add..dcc9927 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "service_conventions" -version = "0.0.24" +version = "0.0.25" edition = "2021" description = "Conventions for services" license = "Apache-2.0"