Skip to content

Commit ae74f32

Browse files
author
Camden Cheek
authored
Merge pull request #27 from newrelic/version-bump
Bumped version for hikaridb sample file change
2 parents 035fc46 + ba6c189 commit ae74f32

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## 0.1.7 - 2018-11-01
9+
### Added
10+
- Sample file for Hikaridb
11+
812
## 0.1.6 - 2018-09-26
913
### Changed
1014
- Updated sample configuration file with JMX-specific fields

src/jmx.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ type argumentList struct {
2424

2525
const (
2626
integrationName = "com.newrelic.jmx"
27-
integrationVersion = "0.1.6"
27+
integrationVersion = "0.1.7"
2828
)
2929

3030
var (

0 commit comments

Comments
 (0)