diff --git a/CHANGELOG.md b/CHANGELOG.md index 32a8fe8..4e09e28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,9 @@ All notable changes to Mars will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). -## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.0...master) +## [Unreleased](https://github.com/roblillack/mars/compare/v1.0.1...master) + +## [v1.0.1](https://github.com/roblillack/mars/compare/v1.0.0...v1.0.1) * Router: Fix panic, if no router initialized. #10 * Templates: * Fix panic, if no template loader initialized. #11 diff --git a/README.md b/README.md index f88c755..bb82bbc 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A lightweight web toolkit for the [Go language](http://www.golang.org). [![Coverage Status](https://coveralls.io/repos/github/roblillack/mars/badge.svg?branch=master)](https://coveralls.io/github/roblillack/mars?branch=master) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) -- Latest Mars version: 1.0.0 +- Latest Mars version: 1.0.1 - Support Go versions: 1.8 … 1.11 Mars is a fork of the fantastic, yet not-that-idiomatic-and-pretty-much-abandoned, [Revel framework](https://github.com/revel/revel). You might take a look at the corresponding documentation for the time being.