Skip to content

Commit 7676dc0

Browse files
committed
[release] prepare v3.0.1
1 parent ca32349 commit 7676dc0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 3.0.1 / 2021.12.14
4+
5+
* [BUGFIX] Fix visibility for overrideable methods (#170)
6+
37
## 3.0.0 / 2021.11.02
48

59
This release marks a new major release, and includes some *breaking changes*.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
1717
<dependency>
1818
<groupId>com.datadoghq</groupId>
1919
<artifactId>java-dogstatsd-client</artifactId>
20-
<version>3.0.0</version>
20+
<version>3.0.1</version>
2121
</dependency>
2222
```
2323

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>java-dogstatsd-client</artifactId>
88
<packaging>jar</packaging>
99
<name>java-dogstatsd-client</name>
10-
<version>3.0.0</version>
10+
<version>3.0.1</version>
1111
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
1212
<url>https://github.com/DataDog/java-dogstatsd-client</url>
1313

0 commit comments

Comments
 (0)