diff --git a/Changelog b/Changelog index 442aefa..5e5002b 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,11 @@ +Wed Jun 67 13:08:02 CET 2020 Ralf Haferkamp + + * Update to version 2.3.0: + - Introduce "containerbuild-regionsrv" support and add + "susecloud" zypper url-resolver plugin to allow building SLE + containers on public cloud on-demand instances + - Fix usage with RMT when repositories require authentication + Wed Nov 27 16:53:32 CET 2019 Ralf Haferkamp * Update to version 2.2.0: diff --git a/go.mod b/go.mod index 98362a9..add070e 100644 --- a/go.mod +++ b/go.mod @@ -4,6 +4,5 @@ go 1.13 require ( github.com/mssola/capture v0.0.0-20180102083101-24891570e9b2 - github.com/russross/blackfriday/v2 v2.0.1 github.com/urfave/cli/v2 v2.0.0 ) diff --git a/internal/version.go b/internal/version.go index 06ac73b..3e092b5 100644 --- a/internal/version.go +++ b/internal/version.go @@ -15,4 +15,4 @@ package containersuseconnect // Version holds the current version of the application. -const Version = "2.2.0" +const Version = "2.3.0"