diff --git a/CHANGELOG.md b/CHANGELOG.md index 5177b7a..f86fc4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 0.4.1 - 2023-01-24 + +### 🛠️ Fixes + +- **✨ Fix capitalization for Permissions-Policy meta tag- [ashleygwilliams], [pr26]** + + This PR updates the capitalization of the Permissions Policy header from + `Permissions-policy` to `Permissions-Policy`. + +[pr26]: https://github.com/axodotdev/axohtml/pull/26 +[ashleygwilliams]: https://github.com/ashleygwilliams + ## 0.4.0 - 2023-01-24 ### 🎁 Features diff --git a/macros/Cargo.toml b/macros/Cargo.toml index ff24ae0..67fa6d1 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axohtml-macros" -version = "0.4.0" +version = "0.4.1" edition = "2018" authors = ["Axo Developer Co ", "Bodil Stokke "] build = "build.rs" diff --git a/typed-html/Cargo.toml b/typed-html/Cargo.toml index 619e565..79a7ea9 100644 --- a/typed-html/Cargo.toml +++ b/typed-html/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "axohtml" -version = "0.4.0" +version = "0.4.1" edition = "2021" authors = ["Axo Developer Co ", "Bodil Stokke "] license = "MPL-2.0+"