diff --git a/src/handler.py b/src/handler.py index 4b3a816..bdc630a 100644 --- a/src/handler.py +++ b/src/handler.py @@ -19,7 +19,7 @@ US_LOGGING_INGEST_HOST = "https://log-api.newrelic.com/log/v1" EU_LOGGING_INGEST_HOST = 'https://log-api.eu.newrelic.com/log/v1' -LOGGING_LAMBDA_VERSION = '1.1.1' +LOGGING_LAMBDA_VERSION = '1.1.2' LOGGING_PLUGIN_METADATA = { 'type': "s3-lambda", 'version': LOGGING_LAMBDA_VERSION