diff --git a/CHANGELOG.md b/CHANGELOG.md index 66740aa..1769101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +## [0.9.0] - 2024-12-13 + +### Features + +- [**breaking**] Add localpart to CSV import and use localpart as Zitadel user ID and localpart metadata + ## [0.8.0] - 2024-12-10 ### Features @@ -211,4 +217,3 @@ All notable changes to this project will be documented in this file. - Add test for syncing binary values - diff --git a/Cargo.lock b/Cargo.lock index 44e0641..64698c3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -707,7 +707,7 @@ dependencies = [ [[package]] name = "famedly-sync" -version = "0.8.0" +version = "0.9.0" dependencies = [ "anyhow", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index e7de4a2..2c3ccac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "famedly-sync" -version = "0.8.0" +version = "0.9.0" authors = [] edition = "2021" publish = false