diff --git a/actix-web-grants/CHANGELOG.md b/actix-web-grants/CHANGELOG.md index 9f549dc..a1474cc 100644 --- a/actix-web-grants/CHANGELOG.md +++ b/actix-web-grants/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. +## [4.0.1] - 2023-11-30 + +### Documentation + +- Update examples and include into crates ([#57](https://github.com/DDtKey/protect-endpoints/pull/57)) + + ## [4.0.0] - 2023-11-27 ### Documentation diff --git a/actix-web-grants/Cargo.toml b/actix-web-grants/Cargo.toml index 5bbd9d8..fdfd5ea 100644 --- a/actix-web-grants/Cargo.toml +++ b/actix-web-grants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-web-grants" -version = "4.0.0" +version = "4.0.1" description = "Authorization extension `actix-web` to protect your endpoints" readme = "README.md" keywords = ["actix", "auth", "security", "grants", "permissions"] diff --git a/poem-grants/CHANGELOG.md b/poem-grants/CHANGELOG.md index 429bafa..577288f 100644 --- a/poem-grants/CHANGELOG.md +++ b/poem-grants/CHANGELOG.md @@ -2,6 +2,17 @@ All notable changes to this project will be documented in this file. +## [1.0.1] - 2023-11-30 + +### Documentation + +- Update examples and include into crates ([#57](https://github.com/DDtKey/protect-endpoints/pull/57)) + +### Miscellaneous Tasks + +- Update dev-dependency + + ## [1.0.0] - 2023-11-27 ### Documentation diff --git a/poem-grants/Cargo.toml b/poem-grants/Cargo.toml index 87ba6d5..559854d 100644 --- a/poem-grants/Cargo.toml +++ b/poem-grants/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "poem-grants" -version = "1.0.0" +version = "1.0.1" description = "Authorization extension for `poem` to protect your endpoints" readme = "README.md" keywords = ["poem", "authz", "security", "grants", "permissions"]