From 749c88f09429e73f8c7756ddc4ef99a6a4dd977d Mon Sep 17 00:00:00 2001 From: Tom Talty Date: Tue, 30 Jun 2026 13:19:35 -0400 Subject: [PATCH 1/2] Bumping to version 2.2.0 in preparation for release --- globalConfig.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/globalConfig.json b/globalConfig.json index 27c3b1a..9dbc6e8 100644 --- a/globalConfig.json +++ b/globalConfig.json @@ -23,7 +23,7 @@ "meta": { "name": "bitwarden_event_logs", "restRoot": "bitwarden_event_logs", - "version": "2.1.1", + "version": "2.0.0", "displayName": "Bitwarden Event Logs", "schemaVersion": "0.0.10" } diff --git a/pyproject.toml b/pyproject.toml index 48ee809..0de1a07 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bitwarden_event_logs" -version = "2.1.1" +version = "2.2.0" description = "A Splunk app for reporting Bitwarden event logs." authors = [ "Bitwarden Inc. " From 9504e83fd822c9c35e9e4b6737a47d6a552c1495 Mon Sep 17 00:00:00 2001 From: Tom Talty Date: Tue, 30 Jun 2026 13:44:49 -0400 Subject: [PATCH 2/2] Fixing globalConfig version --- globalConfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/globalConfig.json b/globalConfig.json index 9dbc6e8..bcdb6b0 100644 --- a/globalConfig.json +++ b/globalConfig.json @@ -23,7 +23,7 @@ "meta": { "name": "bitwarden_event_logs", "restRoot": "bitwarden_event_logs", - "version": "2.0.0", + "version": "2.2.0", "displayName": "Bitwarden Event Logs", "schemaVersion": "0.0.10" }