Skip to content

Commit

Permalink
Merge branch 'release/v1.2.0' of github.com:iotaledger/identity.rs in…
Browse files Browse the repository at this point in the history
…to release/v1.2.0
  • Loading branch information
eike-hass committed Mar 27, 2024
2 parents 7d3379f + a775cf4 commit c368c56
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [v1.2.0](https://github.com/iotaledger/identity.rs/tree/v1.2.0) (2024-03-27)

[Full Changelog](https://github.com/iotaledger/identity.rs/compare/v1.1.1...v1.2.0)

### Added
- Add `get_public_key` for `StrongholdStorage` [\#1311](https://github.com/iotaledger/identity.rs/pull/1311)
- Support multiple IOTA networks in the Resolver [\#1304](https://github.com/iotaledger/identity.rs/pull/1304)
- Allow setting additional controllers for `IotaDocument` [\#1314](https://github.com/iotaledger/identity.rs/pull/1314)
- use latest release of sd-jwt-payload `IotaDocument` [\#1333](https://github.com/iotaledger/identity.rs/pull/1333)
- Allow arbitrary verification methods [\#1334](https://github.com/iotaledger/identity.rs/pull/1334)

### Patch
- Support %-encoded characters in DID method id [\#1303](https://github.com/iotaledger/identity.rs/pull/1303)

## [v1.1.1](https://github.com/iotaledger/identity.rs/tree/v1.1.1) (2024-02-19)

[Full Changelog](https://github.com/iotaledger/identity.rs/compare/v1.1.0...v1.1.1)
Expand All @@ -15,6 +29,7 @@
### Added

- Update `sd-jwt-payload` dependency [\#1296](https://github.com/iotaledger/identity.rs/pull/1296)
- Add support for StatusList2021 [\#1273](https://github.com/iotaledger/identity.rs/pull/1273)
- Support Selective Disclosure SD-JWT [\#1268](https://github.com/iotaledger/identity.rs/pull/1268)

### Patch
Expand Down

0 comments on commit c368c56

Please sign in to comment.