diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..e8f31421 --- /dev/null +++ b/CHANGELOG.md @@ -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)! diff --git a/package.json b/package.json index 6a7d1798..8fdce118 100644 --- a/package.json +++ b/package.json @@ -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",