From 8e8ebb5920b74afc7405aad3d001b8f955e6fc8f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 21 Mar 2026 07:53:35 +0000 Subject: [PATCH] chore: release 1.6.2 --- CITATION.cff | 2 +- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CITATION.cff b/CITATION.cff index 46ec0d2..5c48fff 100644 --- a/CITATION.cff +++ b/CITATION.cff @@ -27,5 +27,5 @@ keywords: - self-hosted - portabase license: Apache-2.0 -version: 1.6.1 +version: 1.6.2 date-released: '2026-02-24' diff --git a/Cargo.lock b/Cargo.lock index 7a21e5b..0bf1314 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3038,7 +3038,7 @@ dependencies = [ [[package]] name = "portabase-agent" -version = "1.6.1" +version = "1.6.2" dependencies = [ "aes", "aes-gcm", diff --git a/Cargo.toml b/Cargo.toml index 48c7415..3c32d59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "portabase-agent" -version = "1.6.1" +version = "1.6.2" edition = "2024" [dependencies]