Skip to content

Commit 698b8b2

Browse files
authored
Update CHANGELOG and bump version to 1.19.0 (#864)
1 parent 43ce2b3 commit 698b8b2

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### v1.19.0 - 2024/12/13
2+
##### Features
3+
* s3-sqs input: log a lambda event summary in case of errors [860](https://github.com/elastic/elastic-serverless-forwarder/pull/860).
4+
15
### v1.18.0 - 2024/10/08
26
##### Features
37
* Dead letter index (DLI): do not send retryable errors to the DLI [793](https://github.com/elastic/elastic-serverless-forwarder/pull/793).

Diff for: share/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
# or more contributor license agreements. Licensed under the Elastic License 2.0;
33
# you may not use this file except in compliance with the Elastic License 2.0.
44

5-
version = "1.18.0"
5+
version = "1.19.0"

0 commit comments

Comments
 (0)