From 2ea111e5695dddaefcfb5d67bcbb1095fff1b069 Mon Sep 17 00:00:00 2001 From: Paul Doyle Date: Thu, 25 Mar 2021 11:00:15 -0700 Subject: [PATCH] Upgrade to version 3.0 --- CHANGELOG.md | 3 +++ rotriever.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a7acbd2..ffd73ef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## Unreleased Changes +## 3.0.0 (2021-03-25) +* Revise error reporting logic; restore default semantics from version 1.x ([#61](https://github.com/Roblox/rodux/pull/61)). + ## 2.0.0 (2021-03-17) * Introduce error handling to catch and report errors during reducers ([#60](https://github.com/Roblox/rodux/pull/60)). diff --git a/rotriever.toml b/rotriever.toml index f80fed3..eec821e 100644 --- a/rotriever.toml +++ b/rotriever.toml @@ -3,4 +3,4 @@ name = "roblox/rodux" author = "Roblox" license = "Apache-2.0" content_root = "src" -version = "2.0.0" +version = "3.0.0"