diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a45ea7..b40e326 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ +# [0.8.6] - 2026-03-13 + +## 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 + + +**Full Changelog**: https://github.com/worldcoin/backup-service/compare/0.8.5...0.8.6 + + + + # [0.8.5] - 2026-03-06 ## What's Changed diff --git a/Cargo.lock b/Cargo.lock index 1a13c09..879828d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -767,7 +767,7 @@ dependencies = [ [[package]] name = "backup-service" -version = "0.8.5" +version = "0.8.6" dependencies = [ "aide", "anyhow", @@ -813,7 +813,7 @@ dependencies = [ [[package]] name = "backup-service-test-utils" -version = "0.8.5" +version = "0.8.6" dependencies = [ "async-trait", "base64 0.22.1", diff --git a/Cargo.toml b/Cargo.toml index 516f8e6..8ceddf8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ members = [".", "test-utils"] [workspace.package] -version = "0.8.5" +version = "0.8.6" license = "MIT" [workspace.dependencies]