diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da1e6c4..d9a6007f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### v1.11.0 - 2023/11/27 +##### Features +* Add user agent with information about ESF version and host environment: [#537](https://github.com/elastic/elastic-serverless-forwarder/pull/537) + ### v1.10.0 - 2023/10/27 ##### Features * Move `_id` field to `@metadata._id` in logstash output: [#507](https://github.com/elastic/elastic-serverless-forwarder/pull/507) diff --git a/share/version.py b/share/version.py index 80dbc897..372035dc 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.9.0" +version = "1.11.0"