Skip to content

Commit feeda9c

Browse files
committed
Version Bump
1 parent 19fb4ee commit feeda9c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.0.0] - 2020-09-26
88
### Added
99
- New Changelog
10+
- Added timezone support to timestamps - @lalten
11+
- Refactored log record to function - @georgysavva
12+
- Add python 3.8 support - @tommilligan
1013
### Removed
1114
- Support for Python 2.7
1215
- Debian directory
@@ -19,5 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1922
### Removed
2023

2124

22-
[Unreleased]: https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
25+
[2.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
2326
[0.1.11]: https://github.com/madzak/python-json-logger/compare/v0.1.10...v0.1.11

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
setup(
55
name="python-json-logger",
6-
version="0.1.11",
6+
version="2.0.0",
77
url="http://github.com/madzak/python-json-logger",
88
license="BSD",
99
description="A python library adding a json log formatter",

0 commit comments

Comments
 (0)