From 25119e082f179bc9f7c65f4f54380e95331439b6 Mon Sep 17 00:00:00 2001 From: CyrilFerlicot Date: Fri, 15 Nov 2019 15:43:12 +0100 Subject: [PATCH] v1.1.4 --- CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 08a66df..6451716 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ +# [v1.1.4](https://github.com/jecisc/TinyLogger/compare/v1.1.3...v1.1.4) (2019-11-15) + +## Bug fix + +* STDOut logger should flush after recoring ([6e6800a](https://github.com/jecisc/TinyLogger/commit/6e6800a5f167e3606d084290c7b3e4cfc2625985)) + # [v1.1.3](https://github.com/jecisc/TinyLogger/compare/v1.1.2...v1.1.3) (2019-11-08) ## Infrastructure