We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0807c65 commit 4662334Copy full SHA for 4662334
CHANGELOG.md
@@ -5,11 +5,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
The format is based on [Keep a Changelog](http://keepachangelog.com/).
7
8
+## 3.3.0 - 2018-06-07
9
+
10
+### Added
11
+ - Support set and get correlation ID
12
13
## 3.2.0 - 2018-05-31
14
15
### Added
16
- Support for Falcon web framework
-
17
18
### Changed
19
- Hide sensitive fields by default
20
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__ = '3.2.0'
+__version__ = '3.3.0'
_SETUP_DONE = False
FRAMEWORK = None
0 commit comments