Skip to content

Commit

Permalink
bump to 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
bobevenup committed Jan 26, 2019
1 parent db18f62 commit 49f4637
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]
- Introduced sap namespace
## 0.0.11 - 2019-01-26
- Adds functionality to customize the the JSON - change keys, values, etc.

## 0.0.10 - 2018-12-04
- Support for exception tracing exception

## 0.0.9 - 2018-10-16
- Add Quart framework support

## 0.0.2 - 2017-12-24

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

setup(
name="json-logging",
version='0.0.10',
version='0.0.11',
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']),
license='Apache License 2.0',
description="JSON Python Logging",
Expand Down

0 comments on commit 49f4637

Please sign in to comment.