We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 051cbb3 commit 996d140Copy full SHA for 996d140
1 file changed
CHANGELOG.md
@@ -3,6 +3,8 @@
3
All notable changes to this project will be documented in this file.
4
5
## [unreleased]
6
+
7
+## [1.1.1] - 2021-07-14
8
- Added missed SHA3 objects
9
- Improved memory footprint of Keccak / SHA3
10
@@ -12,7 +14,8 @@ All notable changes to this project will be documented in this file.
12
14
## [1.0.0] - 2021-07-11
13
15
- The first public release as dedicated project.
16
-[unreleased]: https://github.com/catap/scala-blake3/compare/v1.1.0...HEAD
17
+[unreleased]: https://github.com/catap/scala-blake3/compare/v1.1.1...HEAD
18
+[1.1.1]: https://github.com/catap/scala-blake3/releases/tag/v1.1.1
19
[1.1.0]: https://github.com/catap/scala-blake3/releases/tag/v1.1.0
20
[1.0.0]: https://github.com/catap/scala-blake3/releases/tag/v1.0.0
21
0 commit comments