Skip to content

Commit

Permalink
release v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
beyera committed May 26, 2024
1 parent a7502bc commit e7cd912
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.1.4 (2024-05-26)

- Resubmitting to crates.io

## 0.1.3 (2024-05-26)

- Added the support for the Passage auth Users endpoint (get_user, create_user)
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.1.3"
version = "0.1.4"
description = "Authentication API for Passage by 1Password"
repository = "https://github.com/Kindness-Works/passage-rs"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion passage-auth/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div align="center">
<img width="400px" src="https://github.com/Kindness-Works/passage-rs/blob/main/docs/passage.jpg" />
<img width="400px" src="https://raw.githubusercontent.com/Kindness-Works/passage-rs/main/docs/passage.jpg" />
</div>
<h1 align="center"> passage-auth </h1>
<p align="center"> Passage Authentication Library for Rust! 🦀 </p>
Expand Down

0 comments on commit e7cd912

Please sign in to comment.