From 869e14f62e401729138af1fa0ab40a70b798e005 Mon Sep 17 00:00:00 2001 From: Andrew Garner Date: Tue, 29 Jan 2019 23:00:31 -0600 Subject: [PATCH] Bumped to 2.2.0 --- HISTORY.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index b6b54c8..0c3414a 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,12 +3,14 @@ History ======= -2.1.3 (unreleased) +2.2.0 (2019-01-29) ------------------ Bugs fixed * sandbox now handles MySQL 5.7 instance bootstrapping (PR #128) + * sieve will now use pigz if available when --format=directory is specified (issue #130) + * python2.6 is no longer tested 2.1.2 (2017-02-15) ------------------