From 1e8293e6439db4507dd9dd78e8a4bb7debb9ad08 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 31 Oct 2023 22:03:17 +0000 Subject: [PATCH] chore(release): v2.0.2 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3200603..a1f82c9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [2.0.2](https://github.com/Seagate/seagate-exos-x-api-go/compare/v2.0.1...v2.0.2) (2023-10-31) + +### Bug Fixes + +- restore convenience function for GetPoolType (#50) ([a8a8078](https://github.com/Seagate/seagate-exos-x-api-go/commit/a8a8078e808a438c4665edc8f6cffefdd6a57a73)), closes [#50](https://github.com/Seagate/seagate-exos-x-api-go/issues/50) + ## [2.0.1](https://github.com/Seagate/seagate-exos-x-api-go/compare/v2.0.0...v2.0.1) (2023-10-31) ### Code Refactoring