diff --git a/CHANGES.md b/CHANGES.md index f8e7818841..be7279abcd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,9 @@ ## [HEAD] > Unreleased +## [v2.0.0-rc6] +> March 9, 2016 + - Fixed bug where transition hooks were not called on child routes of parent's whose params changed but the child's did not. ([#3166]) diff --git a/package.json b/package.json index e51e436823..946c3540c0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-router", - "version": "2.0.0", + "version": "2.0.1", "description": "A complete routing library for React.js", "files": [ "*.md",