Skip to content

Commit bd331ef

Browse files
authored
Merge pull request #47 from biscuit-auth/release-0.4.1
0.4.1
2 parents c992707 + e4baf23 commit bd331ef

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# `0.4.1`
2+
3+
- Bump biscuit-auth to `4.1.1` (#40) (Clément Delafargue)
4+
- Add `.setRootKeyId()` to biscuit builder (#44) (louisjmorgan)
5+
- Stricter `Authorization` header parsing in express middleware (#39) (Clément Delafargue)
6+
- Documentation fixes (#38) (Clément Delafargue)
7+
18
# `0.4.0`
29

310
- Bump biscuit-auth to `3.1.0` (#36) (Clément Delafargue)

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "biscuit-wasm"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
edition = "2021"
55
repository = "https://github.com/biscuit-auth/biscuit-wasm"
66
description = "WebAssembly wrapper for Biscuit authorization tokens"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add this dependency to your `package.json`:
1111
```json
1212
{
1313
"dependencies": {
14-
"@biscuit-auth/biscuit-wasm": "0.4.0-beta1"
14+
"@biscuit-auth/biscuit-wasm": "0.4.1"
1515
}
1616
}
1717
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@biscuit-auth/biscuit-wasm",
33
"description": "WebAssembly wrapper for Biscuit authorization tokens",
4-
"version": "0.4.0",
4+
"version": "0.4.1",
55
"license": "Apache-2.0",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)