From 8801cd7311cd1a3298de73309e3f1f86f65edca4 Mon Sep 17 00:00:00 2001 From: Tarvo Reinpalu Date: Fri, 10 Dec 2021 17:54:19 +0200 Subject: [PATCH] Add CHANGELOG.md --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..740a6a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,19 @@ +# Changelog + +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). + +## [1.1.0] - 2021-11-12 + +### Changed + +- Fixed compatibility with Nova 3 +- Improved error message styling +- Fixed slug field support +- Updated packages + +## [1.0.0] - 2021-11-12 + +Initial release.