diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 4d1a1bc..739db07 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,4 +1,8 @@ # Flare +1.3.2 +----- +* Improve debugging and fix an issue where ingestion would terminate when an exception occurs. + 1.3.1 ----- * Adds support for custom number of days to backfill diff --git a/packages/flare/src/main/resources/splunk/default/app.conf b/packages/flare/src/main/resources/splunk/default/app.conf index 2b3d9f3..f101eac 100644 --- a/packages/flare/src/main/resources/splunk/default/app.conf +++ b/packages/flare/src/main/resources/splunk/default/app.conf @@ -13,7 +13,7 @@ id = flare python.version = python3.9 state_change_requires_restart = true is_configured = 0 -build = 8 +build = 9 [ui] is_visible = 1 @@ -24,7 +24,7 @@ supported_themes = light, dark [launcher] author = Flare Systems description = The Flare app allows you to integrate your Flare alerts with the Splunk platform. -version = 1.3.1 +version = 1.3.2 [triggers] reload.splunk_create = simple