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 c95313e commit 0fd2d1aCopy full SHA for 0fd2d1a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 1.0.1 (2021-07-06)
4
5
* Fixed an issue in `StructlogFormatter` caused by a conflict with `event`
6
(used for the log `message`) and `event.dataset` (a field provided by the
ecs_logging/__init__.py
@@ -20,7 +20,7 @@
20
from ._stdlib import StdlibFormatter
21
from ._structlog import StructlogFormatter
22
23
-__version__ = "1.0.0"
+__version__ = "1.0.1"
24
__all__ = [
25
"ECS_VERSION",
26
"StdlibFormatter",
0 commit comments