diff --git a/.release-please-manifest.json b/.release-please-manifest.json index aaa12d2..e8294ff 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{"crates/plugins_api":"0.1.0","crates/proksi":"0.4.8","crates/plugin_request_id":"0.1.0"} \ No newline at end of file +{"crates/plugins_api":"0.1.0","crates/proksi":"0.5.0","crates/plugin_request_id":"0.1.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d520b3..9bb32f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.5.0](https://github.com/luizfonseca/proksi/compare/proksi-v0.4.8...proksi-v0.5.0) (2024-11-03) + + +### Features + +* upgrade pingora to 0.4.0 ([4dd5ba5](https://github.com/luizfonseca/proksi/commit/4dd5ba562b818138f9f4267f18de30ccdffad473)) + + +### Bug Fixes + +* pingora version bump and new struct props ([1304192](https://github.com/luizfonseca/proksi/commit/1304192e04b2dc69a6b8c001d996b3249f70cc01)) + ## [0.4.8](https://github.com/luizfonseca/proksi/compare/v0.4.7...v0.4.8) (2024-10-19) diff --git a/crates/proksi/Cargo.toml b/crates/proksi/Cargo.toml index bddf610..dae02ea 100644 --- a/crates/proksi/Cargo.toml +++ b/crates/proksi/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "proksi" description = "A batteries-included reverse proxy with automatic HTTPS using Cloudflare Pingora and Let's Encrypt." -version = "0.4.8" +version = "0.5.0" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]