Skip to content

Commit b133895

Browse files
update mysql version and changelog file
1 parent 9a2d505 commit b133895

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

77
## Next Release (date TBD)
8+
9+
## 1.1.5 (2018-12-05)
10+
811
### Fixed
912
- Issue where the plugin returned metrics when only inventory was requested.
1013

src/mysql.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
const (
1313
integrationName = "com.newrelic.mysql"
14-
integrationVersion = "1.1.3"
14+
integrationVersion = "1.1.5"
1515
)
1616

1717
type argumentList struct {

0 commit comments

Comments
 (0)