Skip to content

Commit 9644a8d

Browse files
committed
Bump Version
1 parent 7f6caed commit 9644a8d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Releases
22

3+
## v1.6.1
4+
5+
* now build by JDK 11 and removed errorprone compiler #52
6+
* introduce sonarqube and remove codecov
7+
* improve javadoc by fixing many typos #53
8+
* some small bugfixes
9+
310
## v1.6.0
411

512
* migrate to github actions, codecov and maven central #49

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<artifactId>bytes</artifactId>
14-
<version>1.6.0</version>
14+
<version>1.6.1</version>
1515
<packaging>bundle</packaging>
1616

1717
<name>Bytes Utility Library</name>

0 commit comments

Comments
 (0)