Skip to content

Commit 6e57277

Browse files
authored
Version 3.2.0 (#23)
1 parent 2dbbbdc commit 6e57277

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/).
77

8+
## 3.2.0 - 2018-05-31
9+
10+
### Changed
11+
- Hide sensitive fields by default
12+
13+
### Fixed
14+
- Do not apply JSON formatting on unknown LogRecord
15+
816
## 3.1.1 - 2018-03-06
917

1018
### Fixed

sap/cf_logging/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from sap.cf_logging.core.framework import Framework
1010
from sap.cf_logging.formatters.json_formatter import JsonFormatter
1111

12-
__version__ = '3.1.1'
12+
__version__ = '3.2.0'
1313

1414
_SETUP_DONE = False
1515
FRAMEWORK = None

0 commit comments

Comments
 (0)