diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a45ea7..bba5c06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,22 @@ +# [0.9.0] - 2026-05-26 + +## What's Changed +* chore(deps): bump reqwest from 0.12.23 to 0.12.24 by @dependabot[bot] in https://github.com/worldcoin/backup-service/pull/170 +* fix: backup keys are on the secp256k1 curve by @paolodamico in https://github.com/worldcoin/backup-service/pull/193 +* chore: add localstack token by @paolodamico in https://github.com/worldcoin/backup-service/pull/195 +* Add support for multiple clients by @ketzusaka in https://github.com/worldcoin/backup-service/pull/201 + +## New Contributors +* @ketzusaka made their first contribution in https://github.com/worldcoin/backup-service/pull/201 + +**Full Changelog**: https://github.com/worldcoin/backup-service/compare/0.8.5...0.9.0 + + + + # [0.8.5] - 2026-03-06 ## What's Changed diff --git a/Cargo.lock b/Cargo.lock index 4b47eb4..91b65f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -777,7 +777,7 @@ dependencies = [ [[package]] name = "backup-service" -version = "0.8.5" +version = "0.9.0" dependencies = [ "aide", "anyhow", @@ -823,7 +823,7 @@ dependencies = [ [[package]] name = "backup-service-test-utils" -version = "0.8.5" +version = "0.9.0" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index de5b5c4..12f0c6a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [".", "test-utils"] [workspace.package] -version = "0.8.5" +version = "0.9.0" license = "MIT" [workspace.dependencies]