Skip to content

Commit 366064d

Browse files
authored
Update CHANGELOG and rev to v2.1.0 (#98)
1 parent 9312971 commit 366064d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 2.1.0 (unreleased)
3+
## 2.1.0 (2023-08-16)
44

55
- Add support for `service.environment` from APM log correlation ([#96](https://github.com/elastic/ecs-logging-python/pull/96))
66
- Fix stack trace handling in StructLog for ECS compliance ([#97](https://github.com/elastic/ecs-logging-python/pull/97))

ecs_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from ._stdlib import StdlibFormatter
2121
from ._structlog import StructlogFormatter
2222

23-
__version__ = "2.0.2"
23+
__version__ = "2.1.0"
2424
__all__ = [
2525
"ECS_VERSION",
2626
"StdlibFormatter",

0 commit comments

Comments
 (0)