Skip to content

Commit

Permalink
[release] prepare v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vickenty committed Dec 21, 2021
1 parent 455f4a5 commit 3678da9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 3.0.1 / 2021.12.14

* [BUGFIX] Fix visibility for overrideable methods (#170)

## 3.0.0 / 2021.11.02

This release marks a new major release, and includes some *breaking changes*.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The client jar is distributed via Maven central, and can be downloaded [from Mav
<dependency>
<groupId>com.datadoghq</groupId>
<artifactId>java-dogstatsd-client</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<artifactId>java-dogstatsd-client</artifactId>
<packaging>jar</packaging>
<name>java-dogstatsd-client</name>
<version>3.0.0</version>
<version>3.0.1</version>
<description>A tiny library allowing Java applications to communicate with DataDog statsd instances easily.</description>
<url>https://github.com/DataDog/java-dogstatsd-client</url>

Expand Down

0 comments on commit 3678da9

Please sign in to comment.