diff --git a/cmd/root.go b/cmd/root.go index 3b86a09..527b54d 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -15,7 +15,7 @@ import ( var rootCmd = &cobra.Command{ Use: "inter-server-sync", Short: "Uyuni Inter Server Sync tool", - Version: "0.0.7", + Version: "0.1.0", } func Execute() { diff --git a/inter-server-sync.changes b/inter-server-sync.changes index ae52f68..f971d23 100644 --- a/inter-server-sync.changes +++ b/inter-server-sync.changes @@ -1,4 +1,7 @@ -- version x.x.x +------------------------------------------------------------------- +Thu Mar 24 17:15:00 UTC 2022 - Ricardo Mateus + +- version 0.1.0 * Allow export and import of configuration channels * Clean lookup cache after processing a channel (bsc#1195750) * Improve lookup method for generate foreign key export