Skip to content

Commit b54f292

Browse files
committed
Bump version to 1.6.2
1 parent 165118b commit b54f292

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG

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

3+
## 1.6.2
4+
5+
* remove hashCode caching since it could introduce very subtle bugs
6+
37
## v1.6.1
48

59
* now build by JDK 11 and removed errorprone compiler #52

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.1</version>
14+
<version>1.6.2</version>
1515
<packaging>bundle</packaging>
1616

1717
<name>Bytes Utility Library</name>

0 commit comments

Comments
 (0)