Skip to content

Commit 396ba73

Browse files
committed
Version 3.1.1
1 parent 3648938 commit 396ba73

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +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.1.1 - 2018-03-06
9+
10+
### Fixed
11+
- Fix missing sap namespace in response readers
812

913
## 3.1.0 - 2018-01-04
14+
15+
### Changed
1016
- Introduced sap namespace
1117

1218
## 3.0.1 - 2017-12-11

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.0'
12+
__version__ = '3.1.1'
1313

1414
_setup_done = False # pylint: disable=invalid-name
1515
framework = None # pylint: disable=invalid-name

0 commit comments

Comments
 (0)