diff --git a/cmd/root.go b/cmd/root.go index 8c591e4..9d6cbfb 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.2.1", + Version: "0.2.2", } func Execute() { diff --git a/inter-server-sync.changes b/inter-server-sync.changes index 4dcc08d..02fc280 100644 --- a/inter-server-sync.changes +++ b/inter-server-sync.changes @@ -1,3 +1,6 @@ +------------------------------------------------------------------- +Tue May 17 14:24:28 UTC 2022 - Ricardo Mateus + - version 0.2.2 * Parameter --channel-with-children didn't export data(bsc#1199089) * Clean rhnchannelcloned table to rebuild hierarchy (bsc#1197400)