Skip to content

Commit 4662334

Browse files
authored
Version 3.3.0 (#25)
1 parent 0807c65 commit 4662334

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,16 @@ 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.3.0 - 2018-06-07
9+
10+
### Added
11+
- Support set and get correlation ID
12+
813
## 3.2.0 - 2018-05-31
914

1015
### Added
1116
- Support for Falcon web framework
12-
17+
1318
### Changed
1419
- Hide sensitive fields by default
1520

sap/cf_logging/__init__.py

Lines changed: 1 addition & 1 deletion
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__ = '3.2.0'
13+
__version__ = '3.3.0'
1414

1515
_SETUP_DONE = False
1616
FRAMEWORK = None

0 commit comments

Comments
 (0)