diff --git a/CHANGELOG.md b/CHANGELOG.md index 1769101..bd6184b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [0.9.1-rc1] - 2025-02-04 + +### Bug Fixes + +- Update file paths in documentation +- Update sample configuration path + +### Documentation + +- Add warning about service user scopes + ## [0.9.0] - 2024-12-13 ### Features diff --git a/Cargo.lock b/Cargo.lock index 66fbf54..caf9f5d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -723,7 +723,7 @@ dependencies = [ [[package]] name = "famedly-sync" -version = "0.9.0" +version = "0.9.1-rc1" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 21d4eaf..287dfe9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "famedly-sync" -version = "0.9.0" +version = "0.9.1-rc1" authors = [] edition = "2021" publish = false