diff --git a/CHANGELOG.md b/CHANGELOG.md index f7aefa3e..45894e08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.0.1](https://github.com/ember-cli/ember-ajax/compare/v4.0.0...v4.0.1) (2018-12-10) + + + # [4.0.0](https://github.com/ember-cli/ember-ajax/compare/v3.1.2...v4.0.0) (2018-10-23) diff --git a/package.json b/package.json index 36035dbd..13761393 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-ajax", - "version": "4.0.0", + "version": "4.0.1", "description": "Service for making AJAX requests in Ember applications.", "keywords": [ "ember-addon"