From 4eaa734853b8fd1427343c0ab733187e2c997653 Mon Sep 17 00:00:00 2001 From: Rishabh Poddar Date: Fri, 12 Jul 2019 19:25:18 +0530 Subject: [PATCH] adds changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fcdfdc95..48369e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.2] - 2019-07-10 +### Changed +- makeSuper is now a part of the default import + ## [3.0.1] - 2019-07-10 ### Changed - creates fetch interceptor so that users do not need to change their existing fetch calls