From e449a24903359e751ff9873ae72a6d4a7a4ca531 Mon Sep 17 00:00:00 2001 From: Brian Runnells Date: Thu, 27 Sep 2018 12:42:49 -0500 Subject: [PATCH] 0.8.1 --- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7338e7..9941894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v0.8.1 (2018-09-27) + +#### Bug Fix +* [#196](https://github.com/elwayman02/ember-data-github/pull/196) Fix `headers.link` not being parsed.. ([@jabrown85](https://github.com/jabrown85)) + +#### Internal +* [#169](https://github.com/elwayman02/ember-data-github/pull/169) ember 3.1. ([@Dhaulagiri](https://github.com/Dhaulagiri)) + +#### Committers: 2 +- Brian Runnells ([Dhaulagiri](https://github.com/Dhaulagiri)) +- Jesse Brown ([jabrown85](https://github.com/jabrown85)) + ## v0.8.0 (2018-04-17) #### Enhancement diff --git a/package.json b/package.json index c9f7e4b..60a1bb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-data-github", - "version": "0.8.0", + "version": "0.8.1", "description": "Ember Data abstraction for the GitHub API", "keywords": [ "ember-addon",