From 08ccad806438043246ba84cba1c2aee782751706 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:28:34 +0200 Subject: [PATCH] chore(main): release 0.3.23 (#62) 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 f3fd98b..8208803 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.23](https://github.com/luizfonseca/proksi/compare/v0.3.22...v0.3.23) (2024-06-23) + + +### Bug Fixes + +* ci ([82e234c](https://github.com/luizfonseca/proksi/commit/82e234cf0a57106deb405c955900f8626b8ade5d)) + ## [0.3.22](https://github.com/luizfonseca/proksi/compare/v0.3.21...v0.3.22) (2024-06-23) diff --git a/Cargo.lock b/Cargo.lock index 3d1f7b8..c2047c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2109,7 +2109,7 @@ dependencies = [ [[package]] name = "proksi" -version = "0.3.22" +version = "0.3.23" dependencies = [ "TinyUFO", "acme-v2", diff --git a/Cargo.toml b/Cargo.toml index bd877d6..8bd6e20 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.22" +version = "0.3.23" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]