diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e0eff..b1f33d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [1.1.0](https://github.com/movableink/ember-data-json-api-bulk-ext/compare/v1.0.0...v1.1.0) (2020-03-20) + + +### Features + +* optionally send correct MIME type on requests ([68beaa7](https://github.com/movableink/ember-data-json-api-bulk-ext/commit/68beaa7e8c395efb833f25545a5873ee77e2ef37)) + ## 1.0.0 (2020-03-19) diff --git a/package.json b/package.json index f9a40b4..31fa64f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-data-json-api-bulk-ext", - "version": "1.0.0", + "version": "1.1.0", "description": "The default blueprint for ember-cli addons.", "keywords": [ "ember-addon"