diff --git a/CHANGELOG.md b/CHANGELOG.md index 423674953..8cc65ef35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ Do this to generate your change history ## Versions +### v2.0.1 (13 July 2023) + * [646c3eb](https://github.com/pact-foundation/pact-go/commit/646c3eb) - fix: don't fail install if musl check fails (Matt Fellows, Thu Jul 13 10:26:53 2023 +1000) + ### v2.0.0 (10 July 2023) diff --git a/command/version.go b/command/version.go index b27f6189f..d8d19b068 100644 --- a/command/version.go +++ b/command/version.go @@ -6,7 +6,7 @@ import ( "github.com/spf13/cobra" ) -var Version = "v2.0.0" +var Version = "v2.0.1" var versionCmd = &cobra.Command{ Use: "version", Short: "Print the version number of Pact Go",