Skip to content

Commit 49f4637

Browse files
committed
bump to 0.0.11
1 parent db18f62 commit 49f4637

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,14 @@ All notable changes to this project will be documented in this file.
44
This project adheres to [Semantic Versioning](http://semver.org/).
55
The format is based on [Keep a Changelog](http://keepachangelog.com/).
66

7-
## [Unreleased]
8-
- Introduced sap namespace
7+
## 0.0.11 - 2019-01-26
8+
- Adds functionality to customize the the JSON - change keys, values, etc.
9+
10+
## 0.0.10 - 2018-12-04
11+
- Support for exception tracing exception
12+
13+
## 0.0.9 - 2018-10-16
14+
- Add Quart framework support
915

1016
## 0.0.2 - 2017-12-24
1117

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
setup(
1414
name="json-logging",
15-
version='0.0.10',
15+
version='0.0.11',
1616
packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']),
1717
license='Apache License 2.0',
1818
description="JSON Python Logging",

0 commit comments

Comments
 (0)