From 49f46372a1d3a17442d8cf5f7b4248543e761c5d Mon Sep 17 00:00:00 2001 From: thangbn Date: Sat, 26 Jan 2019 15:48:15 -0800 Subject: [PATCH] bump to 0.0.11 --- CHANGELOG.md | 10 ++++++++-- setup.py | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1db1762..d327f74 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/setup.py b/setup.py index f07c1be..6aefb21 100644 --- a/setup.py +++ b/setup.py @@ -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",