Skip to content

Commit 37a83e8

Browse files
authored
Merge pull request #105 from jcsobrino/fix-release-github-action
fix: check release GitHub action works correctly
2 parents 132c65c + 92f8beb commit 37a83e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aws-log-ingestion"
3-
version = "2.9.0"
3+
version = "2.9.1"
44
description = ""
55
authors = ["New Relic <serverless@newrelic.com>"]
66
license = "Apache 2.0"

src/function.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class EntryType(Enum):
118118
r"(?P<request_id>[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})"
119119
)
120120

121-
LOGGING_LAMBDA_VERSION = "2.9.0"
121+
LOGGING_LAMBDA_VERSION = "2.9.1"
122122
LOGGING_PLUGIN_METADATA = {"type": "lambda", "version": LOGGING_LAMBDA_VERSION}
123123

124124

template.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Metadata:
6262
LicenseUrl: LICENSE
6363
ReadmeUrl: README.md
6464
HomePageUrl: https://github.com/newrelic/aws-log-ingestion
65-
SemanticVersion: 2.9.0
65+
SemanticVersion: 2.9.1
6666
SourceCodeUrl: https://github.com/newrelic/aws-log-ingestion
6767

6868
Resources:

0 commit comments

Comments
 (0)