Skip to content

Commit

Permalink
Update CHANGELOG and rev to 2.0.2 (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
basepi committed May 17, 2023
1 parent 442f199 commit bdce799
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog

## 2.0.2 (2023-05-17)

- Allow flit-core 3+ ([#94](https://github.com/elastic/ecs-logging-python/pull/94))
- Remove python2 leftovers ([#94](https://github.com/elastic/ecs-logging-python/pull/94))

## 2.0.0 (2022-05-18)

- Remove python 2 support ([#78](https://github.com/elastic/ecs-logging-python/pull/78))
Expand Down
2 changes: 1 addition & 1 deletion ecs_logging/__init__.py
Expand Up @@ -20,7 +20,7 @@
from ._stdlib import StdlibFormatter
from ._structlog import StructlogFormatter

__version__ = "2.0.0"
__version__ = "2.0.2"
__all__ = [
"ECS_VERSION",
"StdlibFormatter",
Expand Down

0 comments on commit bdce799

Please sign in to comment.