Skip to content

Commit

Permalink
Changelog for v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beyera committed May 26, 2024
1 parent be5dbb4 commit 95d66ae
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions passage-auth/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.1 (2024-05-26)

- Temporarily added `users().get_user_by_id` until we have the `passage-manage` crate published

## 0.2.0 (2024-05-26)

- Changed `passage.user()` to `passage.users()` to accurately reflect the correct endpoint name
Expand Down
2 changes: 1 addition & 1 deletion passage-auth/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "passage-auth"
version = "0.2.0"
version = "0.2.1"
description = "Authentication API for Passage by 1Password"
repository = "https://github.com/Kindness-Works/passage-rs"
license = "MIT"
Expand Down

0 comments on commit 95d66ae

Please sign in to comment.