Skip to content

Commit

Permalink
Bump Version
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickfav committed Feb 15, 2023
1 parent 7f6caed commit 9644a8d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Releases

## v1.6.1

* now build by JDK 11 and removed errorprone compiler #52
* introduce sonarqube and remove codecov
* improve javadoc by fixing many typos #53
* some small bugfixes

## v1.6.0

* migrate to github actions, codecov and maven central #49
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>bytes</artifactId>
<version>1.6.0</version>
<version>1.6.1</version>
<packaging>bundle</packaging>

<name>Bytes Utility Library</name>
Expand Down

0 comments on commit 9644a8d

Please sign in to comment.