diff --git a/CHANGELOG.md b/CHANGELOG.md index 0049506..13c7370 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.3.1 + +- musl wheels (#26) +- set limits on authorizer (#16) + # 0.3.0 - biscuit-rust 5.0.0 diff --git a/Cargo.lock b/Cargo.lock index 1a7e1b7..d25e8d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -90,7 +90,7 @@ dependencies = [ [[package]] name = "biscuit-python" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64", "biscuit-auth", diff --git a/Cargo.toml b/Cargo.toml index 9d2d0bd..832ee83 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit-python" -version = "0.3.0" +version = "0.3.1" edition = "2021" [lib]