Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
camdencheek committed Jun 19, 2019
1 parent 65175a9 commit b1849c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 4.0.2 - 2019-06-19
### Fixed
- Misspelling "Dcoument" and "Aueue"
- Added missing metric activeSearchesInMilliseconds

## 4.0.1 - 2019-05-20
### Fixed
- Segfault on blank node ingests
Expand Down
2 changes: 1 addition & 1 deletion src/elasticsearch.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ type argumentList struct {

const (
integrationName = "com.newrelic.elasticsearch"
integrationVersion = "4.0.1"
integrationVersion = "4.0.2"
)

var (
Expand Down

0 comments on commit b1849c2

Please sign in to comment.