diff --git a/pyproject.toml b/pyproject.toml index d801a7c..181f54c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aws-log-ingestion" -version = "2.9.4" +version = "2.9.5" description = "" authors = ["New Relic "] license = "Apache 2.0" diff --git a/src/function.py b/src/function.py index 1a62e4e..ff8a0be 100644 --- a/src/function.py +++ b/src/function.py @@ -118,7 +118,7 @@ class EntryType(Enum): r"(?P[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})" ) -LOGGING_LAMBDA_VERSION = "2.9.4" +LOGGING_LAMBDA_VERSION = "2.9.5" LOGGING_PLUGIN_METADATA = {"type": "lambda", "version": LOGGING_LAMBDA_VERSION} diff --git a/template.yaml b/template.yaml index 62aa298..ac3e92d 100644 --- a/template.yaml +++ b/template.yaml @@ -62,7 +62,7 @@ Metadata: LicenseUrl: LICENSE ReadmeUrl: README.md HomePageUrl: https://github.com/newrelic/aws-log-ingestion - SemanticVersion: 2.9.4 + SemanticVersion: 2.9.5 SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion Resources: