Skip to content

Commit

Permalink
Version 3.2.0 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvachkov authored May 31, 2018
1 parent 2dbbbdc commit 6e57277
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion sap/cf_logging/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e57277

Please sign in to comment.