Skip to content

Commit 5c40c00

Browse files
committed
v0.13.2
1 parent bacd0d6 commit 5c40c00

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 0.13.2
2+
3+
- Fix encrypted streaming bug
4+
- Fix outdated registry reads bug
5+
- Add missing dependency to Dockerfile
6+
17
## 0.13.1
28

39
- Admin API: more account features (create, delete, update tier, api keys, ...)

lib/constants.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// ! S5 node version
2-
const nodeVersion = '0.13.1';
2+
const nodeVersion = '0.13.2';
33

44
// ! default chunk size for hashes
55
const defaultChunkSize = 256 * 1024;

pubspec.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: s5_server
22
description: Decentralized content-addressed storage network
33
publish_to: none
4-
version: 0.13.1
4+
version: 0.13.2
55

66
environment:
77
sdk: ^3.0.0

0 commit comments

Comments
 (0)