diff --git a/CHANGELOG.md b/CHANGELOG.md index 12b13735..cede83ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.19.0 - 2024/12/13 +##### Features +* s3-sqs input: log a lambda event summary in case of errors [860](https://github.com/elastic/elastic-serverless-forwarder/pull/860). + ### v1.18.0 - 2024/10/08 ##### Features * Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793). diff --git a/share/version.py b/share/version.py index e7b1e9d7..0b76bfd0 100644 --- a/share/version.py +++ b/share/version.py @@ -2,4 +2,4 @@ # or more contributor license agreements. Licensed under the Elastic License 2.0; # you may not use this file except in compliance with the Elastic License 2.0. -version = "1.18.0" +version = "1.19.0"