We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e235b06 commit f20f00bCopy full SHA for f20f00b
CHANGELOG
@@ -1,5 +1,7 @@
1
# Releases
2
3
+## v1.2.0
4
+
5
## v1.1.0
6
7
* add `unsecureRandom()` constructor which creates random for e.g. tests or deterministic randoms
pom.xml
@@ -6,7 +6,7 @@
<groupId>at.favre.lib</groupId>
8
<artifactId>bytes</artifactId>
9
- <version>1.1.0</version>
+ <version>1.2.0</version>
10
<packaging>bundle</packaging>
11
12
<name>Bytes Utility Library</name>
0 commit comments