Skip to content

Commit 01b4c29

Browse files
authored
Update CHANGELOG and rev to v1.0.2 (#61)
1 parent 671daa6 commit 01b4c29

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.0.2 (2021-09-22)
4+
5+
* Fix an signature mismatch between `StdLibFormatter` and `logging.Formatter`,
6+
which could cause issues in Django and Gunicorn
7+
([#54](https://github.com/elastic/ecs-logging-python/pull/54))
8+
39
## 1.0.1 (2021-07-06)
410

511
* Fixed an issue in `StructlogFormatter` caused by a conflict with `event`

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.1"
23+
__version__ = "1.0.2"
2424
__all__ = [
2525
"ECS_VERSION",
2626
"StdlibFormatter",

0 commit comments

Comments
 (0)