Skip to content

Commit

Permalink
v0.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
redsolver committed Sep 8, 2023
1 parent bacd0d6 commit 5c40c00
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.13.2

- Fix encrypted streaming bug
- Fix outdated registry reads bug
- Add missing dependency to Dockerfile

## 0.13.1

- Admin API: more account features (create, delete, update tier, api keys, ...)
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// ! S5 node version
const nodeVersion = '0.13.1';
const nodeVersion = '0.13.2';

// ! default chunk size for hashes
const defaultChunkSize = 256 * 1024;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: s5_server
description: Decentralized content-addressed storage network
publish_to: none
version: 0.13.1
version: 0.13.2

environment:
sdk: ^3.0.0
Expand Down

0 comments on commit 5c40c00

Please sign in to comment.