From 45d8620d43e2351f2226dc1babbd4084805e53d0 Mon Sep 17 00:00:00 2001 From: Brian Runnells Date: Tue, 17 Apr 2018 10:49:29 -0500 Subject: [PATCH] 0.8.0 --- CHANGELOG.md | 10 +++++++++- package.json | 2 +- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 476285b..f7338e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ -## 0.7.1 (2018-03-20) +## v0.8.0 (2018-04-17) + +#### Enhancement +* [#167](https://github.com/elwayman02/ember-data-github/pull/167) Add support for GitHub repository contents. ([@jmar910](https://github.com/jmar910)) + +#### Committers: 1 +- James Martinez ([jmar910](https://github.com/jmar910)) + +## v0.7.1 (2018-03-20) #### Bug Fix * [#161](https://github.com/elwayman02/ember-data-github/pull/161) move mirage application serializer to addon to avoid conflicts. ([@Dhaulagiri](https://github.com/Dhaulagiri)) diff --git a/package.json b/package.json index 87f5069..4e48975 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ember-data-github", - "version": "0.7.1", + "version": "0.8.0", "description": "Ember Data abstraction for the GitHub API", "keywords": [ "ember-addon",