diff --git a/CHANGELOG.md b/CHANGELOG.md index 0dd3d41..98b3c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0-rc.1 +###### _March 22, 2017_ + +- Added post action hooks ([#36](https://github.com/GetAmbassador/redux-clerk/pull/36)) +- Rename delete action to remove to avoid reserved word conflicts ([#35](https://github.com/GetAmbassador/redux-clerk/pull/35)) + ## 0.3.0 ###### _March 15, 2017_ diff --git a/package.json b/package.json index 3d8bca6..2e496b0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "redux-clerk", - "version": "0.3.0", + "version": "1.0.0-rc.1", "description": "Redux Clerk handles the async CRUD in your Redux App.", "main": "lib/index.js", "files": [