From 96e73883f279b6ccac1c0a163009cdc6b5dd867c Mon Sep 17 00:00:00 2001
From: Jenkins <callback@strongloop.com>
Date: Wed, 24 Feb 2016 01:25:42 -0500
Subject: [PATCH] Update changelog

---
 index.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/index.md b/index.md
index 16c62054..59452117 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
 ---
 layout: page
-since: (from 2015-12-29 to 2016-02-23)
+since: (from 2015-12-30 to 2016-02-24)
 ---
 
 ## Core
@@ -38,7 +38,8 @@ since: (from 2015-12-29 to 2016-02-23)
 
 
 ### loopback-boot
- * [@b0e5a0b](https://github.com/strongloop/loopback-boot/commit/b0e5a0bc633198958418a6c9d4fb318376c2ac36) executor: move "booted" and cb() to the next tick ([Miroslav Bajtoš](https://github.com/bajtos))
+ * **Released 2.17.0** ([Miroslav Bajtoš](https://github.com/bajtos))
+ * [PR#174](https://github.com/strongloop/loopback-boot/pull/174) executor: move "booted" and cb() to the next tick ([bajtos](https://github.com/bajtos))
  * [PR#168](https://github.com/strongloop/loopback-boot/pull/168) When config is overriden with null don't merge ([alFReD-NSH](https://github.com/alFReD-NSH))
  * [PR#169](https://github.com/strongloop/loopback-boot/pull/169) Fix lodash 4.0.0 breaking changes ([jdrouet](https://github.com/jdrouet))