diff --git a/CHANGELOG.md b/CHANGELOG.md index eeaaeb8e..70347a83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,5 +3,6 @@ All notable changes to this project will be documented in the corresponding changelog files for each crate. -- [core changelog](./crates/core/CHANGELOG.md) - [backend changelog](./crates/backend/CHANGELOG.md) +- [config changelog](./crates/config/CHANGELOG.md) +- [core changelog](./crates/core/CHANGELOG.md) diff --git a/crates/config/CHANGELOG.md b/crates/config/CHANGELOG.md new file mode 100644 index 00000000..31aae13f --- /dev/null +++ b/crates/config/CHANGELOG.md @@ -0,0 +1,11 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +## [unreleased] + +## [rustic_backend-v0.1.0] - 2024-02-04 + +- Reserving name on crates.io + +