diff --git a/README.md b/README.md index 3d899534..554ce80b 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.6 + + * Fixes bug with migrations + #### v0.9.5 * Fixes bug with line count in log follow diff --git a/debian/changelog b/debian/changelog index f26d3828..7846e08e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pvc (0.9.6-0) unstable; urgency=high + + * Fixes bug with migrations + + -- Joshua M. Boniface Tue, 17 Nov 2020 13:01:54 -0500 + pvc (0.9.5-0) unstable; urgency=high * Fixes bug with line count in log follow diff --git a/docs/index.md b/docs/index.md index 3b2b1b52..08dc1edb 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,6 +18,10 @@ To get started with PVC, please see the [About](https://parallelvirtualcluster.r ## Changelog +#### v0.9.6 + + * Fixes bug with migrations + #### v0.9.5 * Fixes bug with line count in log follow diff --git a/node-daemon/pvcnoded/Daemon.py b/node-daemon/pvcnoded/Daemon.py index c3ce4c55..047563da 100644 --- a/node-daemon/pvcnoded/Daemon.py +++ b/node-daemon/pvcnoded/Daemon.py @@ -54,7 +54,7 @@ import pvcnoded.CephInstance as CephInstance import pvcnoded.MetadataAPIInstance as MetadataAPIInstance # Version string for startup output -version = '0.9.5' +version = '0.9.6' ############################################################################### # PVCD - node daemon startup program