We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a2d505 + b133895 commit 15439a8Copy full SHA for 15439a8
CHANGELOG.md
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
## Next Release (date TBD)
8
+
9
+## 1.1.5 (2018-12-05)
10
11
### Fixed
12
- Issue where the plugin returned metrics when only inventory was requested.
13
src/mysql.go
@@ -11,7 +11,7 @@ import (
const (
integrationName = "com.newrelic.mysql"
14
- integrationVersion = "1.1.3"
+ integrationVersion = "1.1.5"
15
)
16
17
type argumentList struct {
0 commit comments