From aaa7fd31b5f08af355db25c1caf233f74b4169e4 Mon Sep 17 00:00:00 2001 From: Georgi Vachkov Date: Mon, 18 Jun 2018 15:40:22 +0300 Subject: [PATCH] Version 3.3.1 --- CHANGELOG.md | 5 +++++ sap/cf_logging/__init__.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ddb8d2..88670de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). The format is based on [Keep a Changelog](http://keepachangelog.com/). +## 3.3.1 - 2018-06-18 + +### Fixed + - Correlation ID should be thread safe + ## 3.3.0 - 2018-06-07 ### Added diff --git a/sap/cf_logging/__init__.py b/sap/cf_logging/__init__.py index b7917dc..be194c1 100644 --- a/sap/cf_logging/__init__.py +++ b/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.3.0' +__version__ = '3.3.1' _SETUP_DONE = False FRAMEWORK = None