From 5cadf80ededf1ab7d5c08b919ae2863bd507e532 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 3 Feb 2022 14:02:10 +0000 Subject: [PATCH] chore(release): 2.0.0-next-major.19 # [2.0.0-next-major.19](https://github.com/splunk/splunk-connect-for-syslog/compare/v2.0.0-next-major.18...v2.0.0-next-major.19) (2022-02-03) ### Features * Support destination specific drop ([#1424](https://github.com/splunk/splunk-connect-for-syslog/issues/1424)) ([664c8df](https://github.com/splunk/splunk-connect-for-syslog/commit/664c8df8995b7026f40cb18991b551998ac3ecc9)) --- charts/splunk-connect-for-syslog/Chart.yaml | 4 ++-- package/etc/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-connect-for-syslog/Chart.yaml b/charts/splunk-connect-for-syslog/Chart.yaml index 2f7fd02b90..0dc7a2e5a1 100644 --- a/charts/splunk-connect-for-syslog/Chart.yaml +++ b/charts/splunk-connect-for-syslog/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: splunk-connect-for-syslog description: Deploy Splunk Connect for Syslog type: application -version: 2.0.0-next-major.18 -appVersion: "2.0.0-next-major.18" +version: 2.0.0-next-major.19 +appVersion: "2.0.0-next-major.19" diff --git a/package/etc/VERSION b/package/etc/VERSION index a3f62adeb8..d7d97fe86e 100644 --- a/package/etc/VERSION +++ b/package/etc/VERSION @@ -1 +1 @@ -2.0.0-next-major.18 +2.0.0-next-major.19 diff --git a/pyproject.toml b/pyproject.toml index b9d5fc9c17..f1d85f31f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "splunk-connect-for-syslog" -version = "2.0.0-next-major.18" +version = "2.0.0-next-major.19" description = "" authors = ["rfaircloth-splunk "] license = "Apache-2.0"