From cd1b0f11051c5927603381cb9681720e66db0505 Mon Sep 17 00:00:00 2001 From: Benoit S Date: Fri, 22 Apr 2022 18:32:38 +0900 Subject: [PATCH] Release 0.2.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f12ccb1..752d25f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed +## [0.2.0] - 2022-04-22 + +### Added + +- Test condition when there are no errors +- Log unjoinable instances +- A message when instance can be accessed + +### Fixed + +- Silence curl's output + ## [0.1.1] - 2021-08-29 ### Added