From 81f79df11bc00c3e3493b82529fbe891220f4af9 Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Tue, 17 Jan 2017 10:27:41 -0200
Subject: [PATCH] [ci skip] :memo: Update changelog

---
 CHANGELOG.md | 15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9fd4af3d..78798872 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,10 +5,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
 and this project adheres to [Semantic Versioning](http://semver.org/).
 
 ## Unreleased
-- Change parseParams default value from `null` to `true`
 - Query middleware throws a 404 when the result is empty
 - Change filters and dimensions names! No more `_id`. **Breaks compability**
-- Add a basic sanitize function
+- Parse Params middleware removed
+- `ReqQueryFields` middleware added to substitute parseParams and do SQL building automagically with the URL params
+- Upgrade to database v2
+- config.json.example now has values for development, test and production environments
+- Min Node version is 6.8.1
+- Cache is now defined per route
+- Errors from MonetDB are now returned by the query_exec and query middlewares
+- Added user model
+- Passport.js added for user authentication
+- Added routes to create and authenticate a user
+- Added simulation model
+- Added routes to save and retrieve simulations in `/simulation`
+- Tests are now in different files
 
 ## 0.1.0 - 2016-10-10
 ### Added
-- 
GitLab