Skip to content

Commit adee737

Browse files
authored
Version 3.3.1 (#27)
1 parent 8a3574c commit adee737

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.1 - 2018-06-18
9+
10+
### Fixed
11+
- Correlation ID should be thread safe
12+
813
## 3.3.0 - 2018-06-07
914

1015
### Added

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.3.0'
13+
__version__ = '3.3.1'
1414

1515
_SETUP_DONE = False
1616
FRAMEWORK = None

0 commit comments

Comments
 (0)