From 81da43aeb8079cdc4e9aa28a0bd5cf74e2b7832a Mon Sep 17 00:00:00 2001 From: "shubhang.balkundi" <2932-shubhang.balkundi@users.noreply.source.golabs.io> Date: Fri, 16 Oct 2020 09:48:46 +0530 Subject: [PATCH] updates CHANGELOG.md --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9435597..03b40ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.1.5] - 2020-10-16 +### Added +- Add tests for util +### Changes +- Fixes middleware execution order +- Fixes log formatting +- Disables colored output for logs + ## [v0.1.4] - 2020-10-15 ### Added - Adds function to DefaultHTTPServer to attach routes