diff --git a/CHANGELOG.md b/CHANGELOG.md index 075738b..93622ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [4.0.0-rc.2] - 2022-01-02 +### Fixed +- Fix bug where Promise.fold does not return correct value if there is an unresolved Promise in the passed list (#77) + ## [4.0.0-rc.1] - 2021-12-28 ### Changed - `Promise:finally` no longer observes a rejection from a Promise. Calling `Promise:finally` is mostly transparent now. diff --git a/rotriever.toml b/rotriever.toml index 01bbc86..1325536 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -1,6 +1,6 @@ [package] name = "evaera/roblox-lua-promise" -version = "4.0.0-rc.1" +version = "4.0.0-rc.2" author = "evaera" content_root = "lib" license = "MIT" diff --git a/wally.toml b/wally.toml index 6bedc95..d2358eb 100644 --- a/wally.toml +++ b/wally.toml @@ -1,7 +1,7 @@ [package] name = "evaera/promise" description = "Promise implementation for Roblox" -version = "4.0.0-rc.1" +version = "4.0.0-rc.2" license = "MIT" registry = "https://github.com/UpliftGames/wally-index" realm = "shared"