Skip to content

Commit 471396e

Browse files
Curt BrinkCorbin Phelps
Curt Brink
authored and
Corbin Phelps
committed
Update version and changelog (#27)
1 parent 21c4aa0 commit 471396e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ 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.2.0 - 2018-10-04
9+
### Added
10+
- Added index regex configuration parameter to allow limiting which indices are collected
11+
- Added a hard limit on the number of indices to collect (100)
12+
813
## 0.1.3 - 2018-09-25
914
### Added
1015
- Added local hostname argument to allow for overriding "localhost" as the host from which to collect inventory data.

src/elasticsearch.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type argumentList struct {
2727

2828
const (
2929
integrationName = "com.newrelic.elasticsearch"
30-
integrationVersion = "0.1.3"
30+
integrationVersion = "0.2.0"
3131
)
3232

3333
var (

0 commit comments

Comments
 (0)