From 6c3a361d4904fc464a67a018f79eb10512b1cdbc Mon Sep 17 00:00:00 2001 From: oscarotero Date: Mon, 26 Jun 2017 19:45:21 +0200 Subject: [PATCH] v0.4.1 --- CHANGELOG.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 90bc97c..7769f4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,13 +4,13 @@ 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/). -## 0.4.1 - UNRELEASED +## [0.4.1] - 2017-06-26 ### Fixed * Fixed shutdown errors handling -## [0.4.0] +## [0.4.0] - 2017-03-18 ### Added @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). First version +[0.4.1]: https://github.com/middlewares/whoops/compare/v0.4.0...v0.4.1 [0.4.0]: https://github.com/middlewares/whoops/compare/v0.3.0...v0.4.0 [0.3.0]: https://github.com/middlewares/whoops/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/middlewares/whoops/compare/v0.1.0...v0.2.0