From 533978fafd72a74d3aae3d6c0ee1312b60bc97cc Mon Sep 17 00:00:00 2001 From: David Luecke Date: Fri, 16 Dec 2016 11:50:45 -0800 Subject: [PATCH] Updating changelog --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fd00b2e..1742871 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.7.1](https://github.com/feathersjs/feathers-hooks/tree/v1.7.1) (2016-12-16) +[Full Changelog](https://github.com/feathersjs/feathers-hooks/compare/v1.7.0...v1.7.1) + +**Closed issues:** + +- How to mix hooks together \(pluck + populate\) [\#68](https://github.com/feathersjs/feathers-hooks/issues/68) + +**Merged pull requests:** + +- Use legacyPopulate from latest hooks-common [\#131](https://github.com/feathersjs/feathers-hooks/pull/131) ([daffl](https://github.com/daffl)) + ## [v1.7.0](https://github.com/feathersjs/feathers-hooks/tree/v1.7.0) (2016-11-25) [Full Changelog](https://github.com/feathersjs/feathers-hooks/compare/v1.6.1...v1.7.0)