From 20afb9f7602924a1463218c45291e5aff80f1cc8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 11:44:21 +0200 Subject: [PATCH] chore(main): release 0.3.12 (#54) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 7 +++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c77afdf..1b6f575 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.12](https://github.com/luizfonseca/proksi/compare/v0.3.11...v0.3.12) (2024-06-21) + + +### Bug Fixes + +* **cache:** add mem_cache as the main default option ([4029ac0](https://github.com/luizfonseca/proksi/commit/4029ac097873d99add0ff85fbbf1d2f7cfc7f643)) + ## [0.3.11](https://github.com/luizfonseca/proksi/compare/v0.3.10...v0.3.11) (2024-06-20) diff --git a/Cargo.lock b/Cargo.lock index a7d8d76..166761e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2054,7 +2054,7 @@ dependencies = [ [[package]] name = "proksi" -version = "0.3.11" +version = "0.3.12" dependencies = [ "acme-lib", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 18dc27a..5f46427 100644 --- a/Cargo.toml +++ b/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.3.11" +version = "0.3.12" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]