Merge branch 'master' into develop

This commit is contained in:
Prad Nukala 2024-10-21 12:03:25 -04:00
commit dd84d3fcb3
2 changed files with 13 additions and 1 deletions

View File

@ -2,6 +2,6 @@
name = "cz_conventional_commits" name = "cz_conventional_commits"
tag_format = "v$version" tag_format = "v$version"
version_scheme = "semver" version_scheme = "semver"
version = "0.5.12" version = "0.5.13"
update_changelog_on_bump = true update_changelog_on_bump = true
major_version_zero = true major_version_zero = true

View File

@ -1,3 +1,15 @@
## v0.5.13 (2024-10-21)
### Feat
- add custom secp256k1 pubkey
### Refactor
- update gRPC client to use new request types
- use RawPublicKey instead of PublicKey in macaroon issuer
- improve error handling in DID module
## v0.5.12 (2024-10-18) ## v0.5.12 (2024-10-18)
### Feat ### Feat