File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " aws-log-ingestion"
3
- version = " 2.9.0 "
3
+ version = " 2.9.1 "
4
4
description = " "
5
5
authors = [" New Relic <serverless@newrelic.com>" ]
6
6
license = " Apache 2.0"
Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ class EntryType(Enum):
118
118
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})"
119
119
)
120
120
121
- LOGGING_LAMBDA_VERSION = "2.9.0 "
121
+ LOGGING_LAMBDA_VERSION = "2.9.1 "
122
122
LOGGING_PLUGIN_METADATA = {"type" : "lambda" , "version" : LOGGING_LAMBDA_VERSION }
123
123
124
124
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Metadata:
62
62
LicenseUrl : LICENSE
63
63
ReadmeUrl : README.md
64
64
HomePageUrl : https://github.com/newrelic/aws-log-ingestion
65
- SemanticVersion : 2.9.0
65
+ SemanticVersion : 2.9.1
66
66
SourceCodeUrl : https://github.com/newrelic/aws-log-ingestion
67
67
68
68
Resources :
You can’t perform that action at this time.
0 commit comments