diff --git a/internal/version/version.go b/internal/version/version.go index 9bd2a0e5..c2dcadad 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -9,7 +9,7 @@ import ( var GitCommit string // Version returns the main version number that is being run at the moment. -const Version = "0.4.2" +const Version = "0.4.3" // BuildDate returns the date the binary was built var BuildDate = "" diff --git a/website/content/en/docs/releases/gdg_0.4.md b/website/content/en/docs/releases/gdg_0.4.md index 2534d795..b63a50dc 100644 --- a/website/content/en/docs/releases/gdg_0.4.md +++ b/website/content/en/docs/releases/gdg_0.4.md @@ -9,7 +9,7 @@ weight: 199 toc: true --- -## Release Notes for v0.4.2 +## Release Notes for v0.4.3 **Release Date: 04/14/2023** ### New Features @@ -24,6 +24,9 @@ toc: true - URLMatching for Credentials will not work (legacy pattern) if the URL AND the datasource do not match. If you need URL matching with variable datasource names, you will need to migrate to the new [configuration](https://software.es.net/gdg/docs/gdg/configuration/#datasource). --- +## Release Notes for v0.4.2 + +Issue with release, failed CI, so skipping version. ## Release Notes for v0.4.1 **Release Date: 04/01/2023**