From 194155a34780778291c015652c86cc1ffca51eca Mon Sep 17 00:00:00 2001 From: "T. R. Bernstein" Date: Mon, 1 Jul 2024 16:00:12 +0200 Subject: [PATCH] Add to CHANGELOG --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 631e101..62bd59c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] Nothing here yet. +## [v2.0.1] - 2024-07-01 +### Added +- Add bootstrap script. Now you can automatically install the library using a + single command. + ## [v2.0.0] - 2022-04-28 ### Added - askUser asks for password confirmation now, to prevent typo errors.