From d2d08a08fba73a8feaf1711e6e62ecddae72729d Mon Sep 17 00:00:00 2001 From: Matias Lahti Date: Fri, 12 Mar 2021 13:43:11 +0200 Subject: [PATCH] chore(changelog): update changelog with the fixes in 0.1.1 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a342907a6..f1474ddf2 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] +## [0.1.1] - 2021-03-12 +### Fixed +- Load config files from the correct place on Windows +- Fix storage import failing on readerCounter not implementing io.Reader + ## [0.1.0] - 2021-03-10 ### Added @@ -14,3 +19,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [Unreleased]: https://github.com/UpCloudLtd/upcloud-cli/compare/v0.1.0...HEAD [0.1.0]: https://github.com/UpCloudLtd/upcloud-cli/releases/tag/v0.1.0 +[0.1.1]: https://github.com/UpCloudLtd/upcloud-cli/releases/tag/v0.1.1