Skip to content
This repository was archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Release v2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
madzak committed Feb 14, 2023
1 parent 2727f13 commit 7ad9717
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.0.6] - 2023-02-14
### Changed
- Parameter `rename_fields` in merge_record_extra is now optional - @afallou

## [2.0.5] - 2023-02-12
### Added
- Allow reserved attrs to be renamed - @henkhogan
Expand Down Expand Up @@ -65,6 +69,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 'stack_info' flag in logging calls is now respected in JsonFormatter by [@ghShu](https://github.com/ghShu)


[2.0.6]: https://github.com/madzak/python-json-logger/compare/v2.0.5...v2.0.6
[2.0.5]: https://github.com/madzak/python-json-logger/compare/v2.0.4...v2.0.5
[2.0.4]: https://github.com/madzak/python-json-logger/compare/v2.0.3...v2.0.4
[2.0.3]: https://github.com/madzak/python-json-logger/compare/v2.0.2...v2.0.3
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="python-json-logger",
version="2.0.5",
version="2.0.6",
url="http://github.com/madzak/python-json-logger",
license="BSD",
include_package_data=True,
Expand Down

0 comments on commit 7ad9717

Please sign in to comment.