diff --git a/CHANGELOG.md b/CHANGELOG.md index f34cbfb..6c32be5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## 8.0.2 - 2024-05-06 +### Fixed +- Snapshots including RAM + ## 8.0.1 - 2024-04-18 ### Fixed - cloud-init images on diskless nodes diff --git a/LINSTORPlugin.pm b/LINSTORPlugin.pm index f8b2851..766dfa9 100644 --- a/LINSTORPlugin.pm +++ b/LINSTORPlugin.pm @@ -22,7 +22,7 @@ use PVE::JSONSchema qw(get_standard_option); use base qw(PVE::Storage::Plugin); -my $PLUGIN_VERSION = '8.0.1'; +my $PLUGIN_VERSION = '8.0.2'; # Configuration diff --git a/debian/changelog b/debian/changelog index 96bf31e..2f82842 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +linstor-proxmox (8.0.2-1) experimental; urgency=medium + + * fix snapshots including RAM + + -- Roland Kammerer Mon, 06 May 2024 13:26:15 +0200 + linstor-proxmox (8.0.1-1) experimental; urgency=medium * build: specifically check first line