We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3834f10 commit 32199a9Copy full SHA for 32199a9
CHANGELOG.md
@@ -5,6 +5,12 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
The format is based on [Keep a Changelog](http://keepachangelog.com/).
7
8
+## 4.0.1 - 2018-07-10
9
+
10
+### Fixed
11
12
+ - Log error throws an exception
13
14
## 4.0.0 - 2018-07-04
15
16
### Added
sap/cf_logging/__init__.py
@@ -10,7 +10,7 @@
from sap.cf_logging.record.request_log_record import RequestWebRecord
from sap.cf_logging.record.simple_log_record import SimpleLogRecord
-__version__ = '4.0.0'
+__version__ = '4.0.1'
_SETUP_DONE = False
FRAMEWORK = None
0 commit comments