From 25a5e779b66fc56264e8eabdfc7d6b662a45d42a Mon Sep 17 00:00:00 2001 From: Nick Uraltsev Date: Mon, 17 Oct 2016 18:27:55 -0700 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e04369..4506fc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.15.2 (Oct 17, 2016) + +- Fixing issue with calling `cancel` after response has been received ([#482](https://github.com/mzabriskie/axios/issues/482)) + ### 0.15.1 (Oct 14, 2016) - Fixing issue with UMD ([#485](https://github.com/mzabriskie/axios/issues/485))