From 562664c00d970fc2bfb023413912196d268ed908 Mon Sep 17 00:00:00 2001 From: Tomas Winkler Date: Sun, 3 May 2020 17:48:04 +0300 Subject: [PATCH] MeTee: bump version to 2.2.1 Set version to 2.2.1 and attach changelog record. Signed-off-by: Tomas Winkler --- CHANGELOG.md | 21 +++++++++++++++++++++ VERSION | 2 +- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78818d7..b9cc123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +## [2.2.1] + +### Added + - Enable gitlint, cmake-format, codespell checking + - Added .gitattributes + +### Changed + - Reformat cmake files + - Update .gitignore + - convert CHANGELOG to Markdown format + +### Fixed + - Add -D_GNU_SOURCE for strdup and other functions. + - Fix spelling errors in the library. + - Windows: enlarge debug output buffer. + - Windows: return right size of processed data. + - Windows: fix connect to the externally provided guid. + - Fix debug print. + - Fix miscellaneous code issues. + + ## [2.2.0] ### Added diff --git a/VERSION b/VERSION index ccbccc3..c043eea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.2.0 +2.2.1