diff --git a/CHANGELOG.md b/CHANGELOG.md index 3675430..9a645c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## 3.2.0 - 2018-05-31 + +### Changed + - Hide sensitive fields by default + +### Fixed + - Do not apply JSON formatting on unknown LogRecord + ## 3.1.1 - 2018-03-06 ### Fixed diff --git a/sap/cf_logging/__init__.py b/sap/cf_logging/__init__.py index 696ad6f..7f84f03 100644 --- a/sap/cf_logging/__init__.py +++ b/sap/cf_logging/__init__.py @@ -9,7 +9,7 @@ from sap.cf_logging.core.framework import Framework from sap.cf_logging.formatters.json_formatter import JsonFormatter -__version__ = '3.1.1' +__version__ = '3.2.0' _SETUP_DONE = False FRAMEWORK = None