From 570c069bb0b980d359cead83f670859fd1dd7fd0 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:31:58 +0100 Subject: [PATCH 1/3] bump --- proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto b/proto index b9adb0b..87c9fe9 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit b9adb0bc87228c88c42f144caa47c8b69a3fb98c +Subproject commit 87c9fe91c719db14323064be22f257024fc376d3 From e573b1553722139f700a0abf41ded101cb541678 Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:49:15 +0100 Subject: [PATCH 2/3] bump 2 --- proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto b/proto index 87c9fe9..6e1308a 160000 --- a/proto +++ b/proto @@ -1 +1 @@ -Subproject commit 87c9fe91c719db14323064be22f257024fc376d3 +Subproject commit 6e1308a8043d81b007a10a7f3e62f11b64e5435d From dc31650b7587a6a4ebc2f3e57925ccc5f0ec7f6a Mon Sep 17 00:00:00 2001 From: Aleksander <170264518+t-aleksander@users.noreply.github.com> Date: Fri, 17 Jan 2025 09:27:31 +0100 Subject: [PATCH 3/3] bump version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc1a80c..a97993d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "addr2line" @@ -532,7 +532,7 @@ dependencies = [ [[package]] name = "defguard-proxy" -version = "1.1.1" +version = "1.2.0" dependencies = [ "anyhow", "axum", diff --git a/Cargo.toml b/Cargo.toml index e6a5db9..39d3b97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "defguard-proxy" -version = "1.1.1" +version = "1.2.0" edition = "2021" license = "Apache-2.0" homepage = "https://github.com/DefGuard/proxy"