Skip to content

Commit

Permalink
Fix date
Browse files Browse the repository at this point in the history
  • Loading branch information
mochi-neko committed Jan 11, 2024
1 parent dd820cf commit 2718895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Support `confirm password reset` on session.
- Support `confirm email verification` on session.

## [0.2.0] - 2024-01-XX
## [0.2.0] - 2024-01-11

### Added

Expand All @@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- (Breaking changes) Make interfaces more explicit, e.g. `"api-key".to_string()` -> `ApiKey::new("api-key")`
- (Breaking change) Make interfaces more explicit, e.g. `"api-key".to_string()` -> `ApiKey::new("api-key")`.
- Be enable to access `Seesion.refresh_token` and `Seesion.expires_in`.
- Ablish `raw` feature and raw interfaces are available by default.

Expand Down

0 comments on commit 2718895

Please sign in to comment.