Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexandcoats committed Jun 14, 2022
1 parent a42fc71 commit 29416c1
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions auth-helper/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Security -->

## 0.3.0 - 2022-06-14

### Added

- `BuildValidation` extension trait for the `jsonwebtoken::Validation` type;
- `Claims` builder-lite methods;

### Changed

- Re-export `jsonwebtoken` lib;
- Expose `Claims` and `JsonWebToken` inner fields;
- `Claims` system time error handling;
- Better test cases;
- `JsonWebToken::validate` accepts `Validation` struct for better flexibility;

### Removed

- `ClaimsBuilder`;

## 0.2.0 - 2022-01-25

### Added
Expand Down
2 changes: 1 addition & 1 deletion auth-helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "auth-helper"
version = "0.2.0"
version = "0.3.0"
authors = [ "IOTA Stiftung" ]
edition = "2021"
description = "Authorization tools"
Expand Down

0 comments on commit 29416c1

Please sign in to comment.