From de7876a2f9711115eb4483a059a26f8c9425cb2a Mon Sep 17 00:00:00 2001 From: thangbn Date: Tue, 25 Jun 2019 22:14:00 -0700 Subject: [PATCH] release 0.1.2 --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dfb145c..96ba301 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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/). +## 0.1.2 - 2019-06-25 + - fix: add japanese character encoding for json logger #24 + ## 0.1.1 - 2019-05-22 - fix: connexion under gunicorn has no has_request() #22 diff --git a/setup.py b/setup.py index 0312626..291ccc4 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="json-logging", - version='0.1.1', + version='0.1.2', packages=find_packages(exclude=['contrib', 'docs', 'tests*', 'example', 'dist', 'build']), license='Apache License 2.0', description="JSON Python Logging",