Skip to content

Commit ca89465

Browse files
authored
[release] preparing for 0.43.1 (#361)
1 parent 124543b commit ca89465

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Changelog
22
=========
33

4+
# 0.43.1 / 2020-04-27
5+
6+
### Changes
7+
* [BUGFIX] Service tag should not be excluded if specified [#360][]
8+
49
# 0.43.0 / 2020-04-16
510

611
### Changes
@@ -593,6 +598,7 @@ Changelog
593598
[#349]: https://github.com/DataDog/jmxfetch/issues/349
594599
[#357]: https://github.com/DataDog/jmxfetch/issues/357
595600
[#358]: https://github.com/DataDog/jmxfetch/issues/358
601+
[#360]: https://github.com/DataDog/jmxfetch/issues/360
596602
[@alz]: https://github.com/alz
597603
[@aoking]: https://github.com/aoking
598604
[@arrawatia]: https://github.com/arrawatia
@@ -601,4 +607,4 @@ Changelog
601607
[@coupacooke]: https://github.com/coupacooke
602608
[@cslee00]: https://github.com/cslee00
603609
[@mattdrees]: https://github.com/mattdrees
604-
[@nwillems]: https://github.com/nwillems
610+
[@nwillems]: https://github.com/nwillems

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.
124124

125125
```
126126
Get help on usage:
127-
java -jar jmxfetch-0.43.0-jar-with-dependencies.jar --help
127+
java -jar jmxfetch-0.43.1-jar-with-dependencies.jar --help
128128
```

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.datadoghq</groupId>
77
<artifactId>jmxfetch</artifactId>
8-
<version>0.43.0</version>
8+
<version>0.43.1</version>
99
<packaging>jar</packaging>
1010

1111
<name>jmxfetch</name>

0 commit comments

Comments
 (0)