Skip to content

Commit de7876a

Browse files
committed
release 0.1.2
1 parent d3fb344 commit de7876a

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ 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+
## 0.1.2 - 2019-06-25
8+
- fix: add japanese character encoding for json logger #24
9+
710
## 0.1.1 - 2019-05-22
811
- fix: connexion under gunicorn has no has_request() #22
912

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.1.1',
15+
version='0.1.2',
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)