diff --git a/CHANGELOG.md b/CHANGELOG.md index 1848a9e..15ffbcb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.9](https://github.com/fossable/outpost/compare/v0.0.8...v0.0.9) - 2026-01-07 + +### Other + +- update readme +- enable ec2 proxy to terminate tls +- address some clippy lints +- improve bandwidth limiting +- aws proxy finally works +- initial cloudfront support +- create AWS debugging mode +- Relicense + ## [0.0.8](https://github.com/fossable/outpost/compare/v0.0.7...v0.0.8) - 2024-06-30 ### Other diff --git a/Cargo.lock b/Cargo.lock index 92b526e..9a1460b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1823,7 +1823,7 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" [[package]] name = "outpost" -version = "0.0.8" +version = "0.0.9" dependencies = [ "anyhow", "askama", diff --git a/Cargo.toml b/Cargo.toml index 4c0e6e5..7ef3992 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ license = "Unlicense" name = "outpost" repository = "https://github.com/fossable/outpost" rust-version = "1.82" -version = "0.0.8" +version = "0.0.9" [dependencies] anyhow = "1.0.86"