Skip to content

Commit

Permalink
Merge pull request #31 from tonlabs/0.28.1-rc
Browse files Browse the repository at this point in the history
Version 0.28.1
  • Loading branch information
d3p authored May 18, 2021
2 parents 2b2727a + 84a3f99 commit aaf1f82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release Notes
All notable changes to this project will be documented in this file.

## 0.28.1 May 18, 2021
### Fixed
- reloading any page (except `/` and `/landing` page) failed with 404 error

## 0.28.0 May 15, 2021
### New
- Predeployed [SafeMultisigWallet](contracts/safe_multisig) contract with 1 million tokens.
Expand Down
3 changes: 1 addition & 2 deletions docker/nginx.conf.d
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ http {
types {
application/wasm wasm;
}
rewrite /landing.html / last;
rewrite /landing / last;
try_files /index.html =404;
root /var/www;
}
}
2 changes: 1 addition & 1 deletion ton-node-se/ton_node_startup/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
build = "../build/build.rs"
name = "ton_node_startup"
version = "0.28.0"
version = "0.28.1"

[dependencies]
clap = "2.32.0"
Expand Down

0 comments on commit aaf1f82

Please sign in to comment.