Skip to content

Commit

Permalink
Merge pull request #169 from bgentry/release-v1-1
Browse files Browse the repository at this point in the history
Release v1.1, add a changelog
  • Loading branch information
bgentry committed Sep 14, 2018
2 parents 470fa19 + e577701 commit 1bc8c6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [v1.1.0] - 2018-09-14
### Changed
- Addon config is now fetched lazily thanks to [@lennyburdette](https://github.com/lennyburdette) in [#166](https://github.com/bgentry/ember-apollo-client/pull/166).
- The old mixin import paths have been deprecated ([#167](https://github.com/bgentry/ember-apollo-client/pull/167)). Thanks [@jasonmit](https://github.com/jasonmit)!
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-apollo-client",
"version": "1.0.5",
"version": "1.1.0",
"description": "An ember-cli addon for the Apollo GraphQL Client.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 1bc8c6d

Please sign in to comment.