Skip to content

Commit

Permalink
chore: update changelog for v0.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ledanghuy1811 committed Jan 7, 2025
1 parent 4be9359 commit d29ce39
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.

This file was deleted.

2 changes: 1 addition & 1 deletion .changelog/v0.50.3/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
If you don't change this message, or if this file is empty, the release
will not be created. -->

Upgrade Oraichain mainnet to v0.50.3 to fix cometbft vulnarabilty, gasless contract and set metadata tokenfactory bindings bug.
Upgrade Oraichain mainnet to v0.50.3 to fix gasless contract and set metadata tokenfactory bindings bug.
Otherwise, v0.50.3 also supports interchain tests.
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Disable token-factory force transfer capability
([\#65](https://github.com/oraichain/wasmd/pull/65))
2 changes: 2 additions & 0 deletions .changelog/v0.50.4/improvements/66-increase-wasm-size.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
- Increase wasm file size to 1MB
([\#66](https://github.com/oraichain/wasmd/pull/66))
6 changes: 6 additions & 0 deletions .changelog/v0.50.4/summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->
Upgrade Oraichain mainnet to v0.50.4 to implement some features such as increasing wasm file size of smart contract, disabling force-transfer capability of tokenfactory module.
16 changes: 16 additions & 0 deletions CHANGELOG_ORAI.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# CHANGELOG

## v0.50.4

<!--
Add a summary for the release here.
If you don't change this message, or if this file is empty, the release
will not be created. -->
Upgrade Oraichain mainnet to v0.50.4 to implement some features such as increasing wasm file size of smart contract, disabling force-transfer capability of tokenfactory module.

### IMPROVEMENTS

- Disable token-factory force transfer capability
([\#65](https://github.com/oraichain/wasmd/pull/65))
- Increase wasm file size to 1MB
([\#66](https://github.com/oraichain/wasmd/pull/66))

## v0.50.3

<!--
Expand Down

0 comments on commit d29ce39

Please sign in to comment.