diff --git a/CHANGELOG.md b/CHANGELOG.md index fc33a88..3ead9bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Nx-Lyve-Cloud-Plugin Changelog # +## **0.3.1** ## + +November 8th 2024 +This release is packaged with Cloudfuse [v1.7.1](https://github.com/Seagate/cloudfuse/releases/tag/v1.7.1). +This release includes all features planned for the 1.0.0 release of the nx-lyve-cloud-plugin, which will be released after additional bug fixes and testing. + +### Bug Fixes ### + +- [#61](https://github.com/Seagate/nx-lyve-cloud-plugin/pull/61) Fix libc version error with builds for Ubuntu 24.04 + ## **0.3.0** ## November 6th 2024 diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 54e6184..c42f234 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -9,7 +9,7 @@ endif() project( cloudfuse_plugin - VERSION 0.3.0 + VERSION 0.3.1 DESCRIPTION "VMS Plugin for Lyve Cloud" HOMEPAGE_URL "https://github.com/Seagate/nx-lyve-cloud-plugin" LANGUAGES CXX diff --git a/src/plugin/settings/plugin.cpp b/src/plugin/settings/plugin.cpp index abb3fbf..8c15aa7 100644 --- a/src/plugin/settings/plugin.cpp +++ b/src/plugin/settings/plugin.cpp @@ -28,7 +28,7 @@ std::string Plugin::manifestString() const instanceId() + R"json(", "name": "Lyve Cloud Backup Storage", "description": "Connect a cloud storage container as a backup location.", - "version": "0.3.0", + "version": "0.3.1", "vendor": "Seagate Technology", "engineSettingsModel": )json" + kEngineSettingsModel + R"json(