From 5f4e2a60331258c0029b5093afdb832ddd740e20 Mon Sep 17 00:00:00 2001 From: David Buchmann Date: Tue, 9 Mar 2021 08:23:05 +0100 Subject: [PATCH] prepare first stable release --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a397b21..9aa9440 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [1.0.0] - 2021-03-09 + +- Stable release - no changes since 0.1.1 + ## [0.1.1] - 2020-10-21 * Allow installation with PHP 8