diff --git a/CHANGELOG.md b/CHANGELOG.md index 1c0081cf..4fd7542c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ + +## [0.0.11](https://github.com/justindujardin/ng2-material/compare/v0.0.10...v0.0.11) (2015-12-27) + + +### Features + +* **examples:** add test coverage report to example page ([f41fb1f](https://github.com/justindujardin/ng2-material/commit/f41fb1f)) +* **progress_linear:** support buffer and query indicators and add tests ([5cb8bad](https://github.com/justindujardin/ng2-material/commit/5cb8bad)) + + + ## [0.0.10](https://github.com/justindujardin/ng2-material/compare/v0.0.9...v0.0.10) (2015-12-26) diff --git a/package.json b/package.json index 857f1ff6..b84fdb34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ng2-material", - "version": "0.0.10", + "version": "0.0.11", "description": "", "main": "all.ts", "repository": {