diff --git a/CHANGELOG.md b/CHANGELOG.md
index 891a763b4..a9b5787ce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
Changelog
=========
+# 0.43.1 / 2020-04-27
+
+### Changes
+* [BUGFIX] Service tag should not be excluded if specified [#360][]
+
# 0.43.0 / 2020-04-16
### Changes
@@ -593,6 +598,7 @@ Changelog
[#349]: https://github.com/DataDog/jmxfetch/issues/349
[#357]: https://github.com/DataDog/jmxfetch/issues/357
[#358]: https://github.com/DataDog/jmxfetch/issues/358
+[#360]: https://github.com/DataDog/jmxfetch/issues/360
[@alz]: https://github.com/alz
[@aoking]: https://github.com/aoking
[@arrawatia]: https://github.com/arrawatia
@@ -601,4 +607,4 @@ Changelog
[@coupacooke]: https://github.com/coupacooke
[@cslee00]: https://github.com/cslee00
[@mattdrees]: https://github.com/mattdrees
-[@nwillems]: https://github.com/nwillems
+[@nwillems]: https://github.com/nwillems
\ No newline at end of file
diff --git a/README.md b/README.md
index 0e3a4e206..f31bc2cec 100644
--- a/README.md
+++ b/README.md
@@ -124,5 +124,5 @@ otherwise the subsequent publishes will fail.
```
Get help on usage:
-java -jar jmxfetch-0.43.0-jar-with-dependencies.jar --help
+java -jar jmxfetch-0.43.1-jar-with-dependencies.jar --help
```
diff --git a/pom.xml b/pom.xml
index 9e0f6fdeb..52148aad1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.datadoghq
jmxfetch
- 0.43.0
+ 0.43.1
jar
jmxfetch