Skip to content

Commit

Permalink
0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
divarvel committed Jul 1, 2024
1 parent c992707 commit e4baf23
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# `0.4.1`

- Bump biscuit-auth to `4.1.1` (#40) (Clément Delafargue)
- Add `.setRootKeyId()` to biscuit builder (#44) (louisjmorgan)
- Stricter `Authorization` header parsing in express middleware (#39) (Clément Delafargue)
- Documentation fixes (#38) (Clément Delafargue)

# `0.4.0`

- Bump biscuit-auth to `3.1.0` (#36) (Clément Delafargue)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit-wasm"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
repository = "https://github.com/biscuit-auth/biscuit-wasm"
description = "WebAssembly wrapper for Biscuit authorization tokens"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add this dependency to your `package.json`:
```json
{
"dependencies": {
"@biscuit-auth/biscuit-wasm": "0.4.0-beta1"
"@biscuit-auth/biscuit-wasm": "0.4.1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@biscuit-auth/biscuit-wasm",
"description": "WebAssembly wrapper for Biscuit authorization tokens",
"version": "0.4.0",
"version": "0.4.1",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit e4baf23

Please sign in to comment.