Skip to content

Commit 9d85fee

Browse files
authored
Bump Log Ingestion Function to v2.2.1 (#83)
1 parent 1391006 commit 9d85fee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

newrelic_lambda_cli/templates/newrelic-log-ingestion.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Resources:
1616
Properties:
1717
Location:
1818
ApplicationId: arn:aws:serverlessrepo:us-east-1:463657938898:applications/NewRelic-log-ingestion
19-
SemanticVersion: 2.1.3
19+
SemanticVersion: 2.2.1
2020
Parameters:
2121
NRLicenseKey: !Ref NewRelicLicenseKey
2222
NRLoggingEnabled: !Ref NewRelicLoggingEnabled

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
setup(
1313
name="newrelic-lambda-cli",
14-
version="0.1.23",
14+
version="0.1.24",
1515
python_requires=">=3.3",
1616
description="A CLI to install the New Relic AWS Lambda integration and layers.",
1717
long_description=README,

0 commit comments

Comments
 (0)