Skip to content

Commit 40fc8d2

Browse files
committed
Bump version
1 parent e420222 commit 40fc8d2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ 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+
## 2.1.1 (2020-05-04)
9+
### Changed
10+
- Updated the Consul API library
11+
812
## 2.1.0 (2019-11-18)
913
### Changed
1014
- Renamed the integration executable from nr-consul to nri-consul in order to be consistent with the package naming. **Important Note:** if you have any security module rules (eg. SELinux), alerts or automation that depends on the name of this binary, these will have to be updated.
15+
1116
## 2.0.4 - 2019-11-13
1217
### Fixed
1318
- Use unique component GUIDs

src/consul.go

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

1717
const (
1818
integrationName = "com.newrelic.consul"
19-
integrationVersion = "2.1.0"
19+
integrationVersion = "2.1.1"
2020
)
2121

2222
func main() {

0 commit comments

Comments
 (0)