From fa93cbbeea7c25245737585b09ac5b938029023f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 02:51:37 +0200 Subject: [PATCH] chore(main): release 0.1.6 (#8) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 13 +++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cbd5e6..fd38889 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.1.6](https://github.com/luizfonseca/proksi/compare/v0.1.5...v0.1.6) (2024-05-20) + + +### Features + +* **config:** allow users to disable/enable background services ([224c99d](https://github.com/luizfonseca/proksi/commit/224c99d28126ba8cf367d7f0f9ad4c073431798d)) +* **config:** validate provided config with sane defaults ([e2727c7](https://github.com/luizfonseca/proksi/commit/e2727c794d755f0d8a76e56053b0049644f48f74)) + + +### Miscellaneous Chores + +* marker for release 0.1.6 ([06d57cf](https://github.com/luizfonseca/proksi/commit/06d57cfeb1bdde8ab30732e931943ef10cc204b0)) + ## [0.1.5](https://github.com/luizfonseca/proksi/compare/v0.1.4...v0.1.5) (2024-05-18) diff --git a/Cargo.lock b/Cargo.lock index a0fb62d..77f5a35 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1800,7 +1800,7 @@ dependencies = [ [[package]] name = "proksi" -version = "0.1.5" +version = "0.1.6" dependencies = [ "acme-lib", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 103230f..8ce9f7c 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.1.5" +version = "0.1.6" edition = "2021" license = "MIT OR Apache-2.0" keywords = ["proxy", "https", "reverse-proxy", "load-balancer", "pingora"]