diff --git a/CHANGELOG.md b/CHANGELOG.md index e984e47..b869866 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/Cargo.lock b/Cargo.lock index 378d8e5..e9dee09 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -85,7 +85,7 @@ dependencies = [ [[package]] name = "biscuit-wasm" -version = "0.4.0" +version = "0.4.1" dependencies = [ "base64", "biscuit-auth", diff --git a/Cargo.toml b/Cargo.toml index 006aa47..0779bb5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 13abaca..3893349 100644 --- a/README.md +++ b/README.md @@ -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" } } ``` diff --git a/package.json b/package.json index 6a51045..791932f 100644 --- a/package.json +++ b/package.json @@ -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",