We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9312971 commit 366064dCopy full SHA for 366064d
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## 2.1.0 (unreleased)
+## 2.1.0 (2023-08-16)
4
5
- Add support for `service.environment` from APM log correlation ([#96](https://github.com/elastic/ecs-logging-python/pull/96))
6
- Fix stack trace handling in StructLog for ECS compliance ([#97](https://github.com/elastic/ecs-logging-python/pull/97))
ecs_logging/__init__.py
@@ -20,7 +20,7 @@
20
from ._stdlib import StdlibFormatter
21
from ._structlog import StructlogFormatter
22
23
-__version__ = "2.0.2"
+__version__ = "2.1.0"
24
__all__ = [
25
"ECS_VERSION",
26
"StdlibFormatter",
0 commit comments