Commit ca89465 1 parent 124543b commit ca89465 Copy full SHA for ca89465
File tree 3 files changed +9
-3
lines changed
3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ # 0.43.1 / 2020-04-27
5
+
6
+ ### Changes
7
+ * [ BUGFIX] Service tag should not be excluded if specified [ #360 ] [ ]
8
+
4
9
# 0.43.0 / 2020-04-16
5
10
6
11
### Changes
@@ -593,6 +598,7 @@ Changelog
593
598
[ #349 ] : https://github.com/DataDog/jmxfetch/issues/349
594
599
[ #357 ] : https://github.com/DataDog/jmxfetch/issues/357
595
600
[ #358 ] : https://github.com/DataDog/jmxfetch/issues/358
601
+ [ #360 ] : https://github.com/DataDog/jmxfetch/issues/360
596
602
[ @alz ] : https://github.com/alz
597
603
[ @aoking ] : https://github.com/aoking
598
604
[ @arrawatia ] : https://github.com/arrawatia
@@ -601,4 +607,4 @@ Changelog
601
607
[ @coupacooke ] : https://github.com/coupacooke
602
608
[ @cslee00 ] : https://github.com/cslee00
603
609
[ @mattdrees ] : https://github.com/mattdrees
604
- [ @nwillems ] : https://github.com/nwillems
610
+ [ @nwillems ] : https://github.com/nwillems
Original file line number Diff line number Diff line change @@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.
124
124
125
125
```
126
126
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
128
128
```
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.datadoghq</groupId >
7
7
<artifactId >jmxfetch</artifactId >
8
- <version >0.43.0 </version >
8
+ <version >0.43.1 </version >
9
9
<packaging >jar</packaging >
10
10
11
11
<name >jmxfetch</name >
You can’t perform that action at this time.
0 commit comments