From 9caa5ef1612418815fe492bda59e5ab501f7ce9a Mon Sep 17 00:00:00 2001 From: Roberto Ferro Date: Fri, 3 Sep 2021 15:27:22 +0200 Subject: [PATCH] Updated with new implementation --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32fa5da..32cd253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to the "Go-Web Framework" will be documented in this file. ## [Unreleased] +## [v0.8.1-beta] - 2021-09-03 +### Added +- New show routes command + +### Changed +- Middleware architecture + ## [v0.8.0-beta] - 2021-09-02 ### Changed - Abstract CLI command structure