diff --git a/CHANGELOG.md b/CHANGELOG.md index 524fdf1b..40b83b9f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). +#### [v7.3.0](https://github.com/contiamo/restful-react/compare/v7.2.3...v7.3.0) + +> 23 April 2019 + +- Fix useGet url composition pattern [`#114`](https://github.com/contiamo/restful-react/pull/114) +- Add support for requestOptions as a method to Poll [`#113`](https://github.com/contiamo/restful-react/pull/113) +- Add requestOptions in the watch list for refetch [`#110`](https://github.com/contiamo/restful-react/pull/110) +- Add `useGet` generator [`adb1ae6`](https://github.com/contiamo/restful-react/commit/adb1ae610acef7534d2fdb47c6f3e62727604c90) +- Fixed a case with merging request options in Poll [`1914b50`](https://github.com/contiamo/restful-react/commit/1914b509aa07a222bc19407172741d9fd93580c6) + #### [v7.2.3](https://github.com/contiamo/restful-react/compare/v7.2.2...v7.2.3) > 1 April 2019 diff --git a/package.json b/package.json index 2c9b61ce..d3e569b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "restful-react", "description": "A declarative client from RESTful React Apps", - "version": "7.2.3", + "version": "7.3.0", "main": "lib/index.js", "license": "MIT", "files": [