Skip to content

Commit

Permalink
Version Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
madzak committed Sep 26, 2020
1 parent 19fb4ee commit feeda9c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ 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).

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


[Unreleased]: https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
[2.0]: https://github.com/madzak/python-json-logger/compare/v0.1.11...HEAD
[0.1.11]: https://github.com/madzak/python-json-logger/compare/v0.1.10...v0.1.11
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

setup(
name="python-json-logger",
version="0.1.11",
version="2.0.0",
url="http://github.com/madzak/python-json-logger",
license="BSD",
description="A python library adding a json log formatter",
Expand Down

0 comments on commit feeda9c

Please sign in to comment.