Skip to content

Commit 0fd2d1a

Browse files
authored
update CHANGELOG and rev to v1.0.1 (#50)
1 parent c95313e commit 0fd2d1a

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-
## Unreleased
3+
## 1.0.1 (2021-07-06)
44

55
* Fixed an issue in `StructlogFormatter` caused by a conflict with `event`
66
(used for the log `message`) and `event.dataset` (a field provided by the

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__ = "1.0.0"
23+
__version__ = "1.0.1"
2424
__all__ = [
2525
"ECS_VERSION",
2626
"StdlibFormatter",

0 commit comments

Comments
 (0)