From 518123d084656bda7baf7b0a9a4670f6844b45ba Mon Sep 17 00:00:00 2001 From: Vytor Calixto <vytorcalixto@gmail.com> Date: Thu, 15 Mar 2018 09:05:43 -0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6afe076f..739191bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## 1.0.1 - 2018-03-15 +### Changed +- Fix missing school id in teacher and class routes + ## 1.0.0 - 2018-03-14 ### Added - `ReqQueryFields` middleware added to substitute parseParams and do SQL building automagically with the URL params -- GitLab