Skip to content

Commit

Permalink
add changelog, bump version in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eike-hass committed Jan 20, 2025
1 parent 22b2017 commit d5a5947
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [v1.5.0](https://github.com/iotaledger/identity.rs/tree/v1.5.0) (2025-01-20)

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

### Added

- SD-JWT VC implementation [\#1413](https://github.com/iotaledger/identity.rs/pull/1413)

### Patch

- Support %-encoded characters in DID URL [\#1496](https://github.com/iotaledger/identity.rs/pull/1496)
- fix: serialization of status list [\#1423](https://github.com/iotaledger/identity.rs/pull/1423)

## [v1.4.0](https://github.com/iotaledger/identity.rs/tree/v1.4.0) (2024-09-23)

[Full Changelog](https://github.com/iotaledger/identity.rs/compare/v1.3.1...v1.4.0)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende

```toml
[dependencies]
identity_iota = { version = "1.4.0" }
identity_iota = { version = "1.5.0" }
```

To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
Expand Down Expand Up @@ -91,7 +91,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = { version = "1.4.0", features = ["memstore"] }
identity_iota = { version = "1.5.0", features = ["memstore"] }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.62"
Expand Down
4 changes: 2 additions & 2 deletions identity_iota/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ If you want to include IOTA Identity in your project, simply add it as a depende

```toml
[dependencies]
identity_iota = { version = "1.4.0" }
identity_iota = { version = "1.5.0" }
```

To try out the [examples](https://github.com/iotaledger/identity.rs/blob/HEAD/examples), you can also do this:
Expand Down Expand Up @@ -91,7 +91,7 @@ version = "1.0.0"
edition = "2021"

[dependencies]
identity_iota = { version = "1.4.0", features = ["memstore"] }
identity_iota = { version = "1.5.0", features = ["memstore"] }
iota-sdk = { version = "1.0.2", default-features = true, features = ["tls", "client", "stronghold"] }
tokio = { version = "1", features = ["full"] }
anyhow = "1.0.62"
Expand Down

0 comments on commit d5a5947

Please sign in to comment.