From 9a5d78a61dc5dac373115e90ca038d4d9a558182 Mon Sep 17 00:00:00 2001 From: aharonrobbins Date: Thu, 28 Dec 2017 15:36:43 +0200 Subject: [PATCH] Updated Changelog (markdown) --- Changelog.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index fac03ae..a2a6305 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,7 +1,8 @@ -## v1.1.5 (dev-snapshot) +## v1.1.5 (release) +* Removed support for MySQL 5.1, all versions. * Added support for MariaDB 5.5.57 - 5.5.58, 10.0.32 - 10.0.33, 10.1.26 - 10.1.29, and 10.2.7 - 10.2.11. * Added support for MySQL 5.5.57 - 5.5.58, 5.6.37 - 5.6.38, and 5.7.19 - 5.7.20. -* Added support for Percona 5.7.19-17, 64-bit only. +* Added support for Percona 5.7.19-17, 5.7.20-18, 64-bit only. * The plugin now sends the numeric MySQL error code ("status") for commands when they fail, or zero on success. This fixes issue [#82](https://github.com/mcafee/mysql-audit/issues/82). * Fix issue [#171](https://github.com/mcafee/mysql-audit/issues/171). * Fix issue [#172](https://github.com/mcafee/mysql-audit/issues/172).