diff --git a/Changelog.md b/Changelog.md index daf45e9..bddbe33 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,4 +1,6 @@ -## v1.1.0 (dev-snapshot) +## v1.1.1 (dev-snapshot) + +## v1.1.0 * Added support for MariaDB 10.0.25-10.0.28, 10.1.13-10.1.19, 5.5.49 - 5.5.53. * Added support for MySQL 5.5.49 - 5.5.53, 5.6.30 - 5.6.34, 5.7.12 - 5.7.16. * Updated to latest YAJL and PCRE libraries. @@ -9,6 +11,7 @@ * Fixed problem with very large query crashing MySQL when the plugin is loaded. See issue: [#145](https://github.com/mcafee/mysql-audit/issues/145). * Improved handling of prepared statements with jdbc driver. See issue: [#144](https://github.com/mcafee/mysql-audit/issues/144). * Restored creation of failed login messages for MySQL 5.6.32 and forward, and 5.7.14 and forward. +* Some performance improvements in the plugin. ## v1.0.9 * Added support for MySQL 5.7.9, 5.7.10 and 5.7.11