Skip to content

Commit

Permalink
Merge pull request #12 from iotaledger/release/0.2.1
Browse files Browse the repository at this point in the history
Release 0.2.1
  • Loading branch information
UMR1352 authored Mar 12, 2024
2 parents b04472f + b9a5afa commit 1469117
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [0.2.1]

### Added
- Added `FromStr` implementation for `SdJwt`.

### Removed
- Removed `Serialize` and `Deserialize` implementation for `SdJwt`.

## [0.2.0]

### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sd-jwt-payload"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
authors = ["IOTA Stiftung"]
homepage = "https://www.iota.org"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Include the library in your `cargo.toml`.

```bash
[dependencies]
sd-jwt-payload = { version = "0.2.0" }
sd-jwt-payload = { version = "0.2.1" }
```
## Examples
Expand Down

0 comments on commit 1469117

Please sign in to comment.