diff --git a/CHANGELOG.md b/CHANGELOG.md index e3beb6d276..f6038952fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,16 +10,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - [#838](https://github.com/FuelLabs/fuel-vm/pull/838): Implemented `AsRef<[u8]>` and `TryFrom<&[u8]>` for DA compression types: ScriptCode, PredicateCode, RegistryKey. -## [Version 0.57.1] - -### Fixed -- [#835](https://github.com/FuelLabs/fuel-vm/pull/835): Fixing WASM-NPM packaging and publishing - ### Changed #### Breaking - [#829](https://github.com/FuelLabs/fuel-vm/pull/829): Updated `add_random_fee_input()` to accept an `rng` for true randomization. Introduced `add_fee_input()` to retain the previous behavior of `add_random_fee_input()`. +## [Version 0.57.1] + +### Fixed +- [#835](https://github.com/FuelLabs/fuel-vm/pull/835): Fixing WASM-NPM packaging and publishing + ## [Version 0.57.0] ### Added