From c448ad89e164c6030aa1d0ceb0b2b4cb8cefe898 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Paj=C4=85k?= Date: Wed, 25 Jan 2023 19:01:06 +0100 Subject: [PATCH] Release 0.18.0 (#232) --- CHANGELOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45f87e0..ce5397a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,17 @@ 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.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased](https://github.com/golang-templates/seed/compare/v0.17.1...HEAD) +## [Unreleased](https://github.com/golang-templates/seed/compare/v0.18.0...HEAD) + +## [0.18.0](https://github.com/golang-templates/seed/releases/tag/v0.18.0) + +### Changed + +- Remove [gomnd](https://github.com/tommy-muehle/go-mnd) linter. ([#230](https://github.com/golang-templates/seed/pull/230)) + +### Fixed + +- Adjust Build Status badge to new shields.io API. ([#231](https://github.com/golang-templates/seed/pull/231)) ## [0.17.1](https://github.com/golang-templates/seed/releases/tag/v0.17.1)