Skip to content

Commit 32199a9

Browse files
committed
Version 4.0.1
1 parent 3834f10 commit 32199a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
55

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

8+
## 4.0.1 - 2018-07-10
9+
10+
### Fixed
11+
12+
- Log error throws an exception
13+
814
## 4.0.0 - 2018-07-04
915

1016
### Added

sap/cf_logging/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from sap.cf_logging.record.request_log_record import RequestWebRecord
1111
from sap.cf_logging.record.simple_log_record import SimpleLogRecord
1212

13-
__version__ = '4.0.0'
13+
__version__ = '4.0.1'
1414

1515
_SETUP_DONE = False
1616
FRAMEWORK = None

0 commit comments

Comments
 (0)