Skip to content

Commit 901aea8

Browse files
committed
chore(release): release v2.0.4
1 parent f893818 commit 901aea8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ Do this to generate your change history
55

66
## Versions
77

8+
### v2.0.4 (13 February 2024)
9+
* [f893818](https://github.com/pact-foundation/pact-go/commit/f893818) - feat: add native lib path function (#376) (Armin Becher, Tue Feb 13 05:27:44 2024 +0100)
10+
* [59a586d](https://github.com/pact-foundation/pact-go/commit/59a586d) - fix: allow empty responses in sync messages (#386) (Stanislav Vodetskyi, Mon Feb 12 20:26:57 2024 -0800)
11+
* [f04022c](https://github.com/pact-foundation/pact-go/commit/f04022c) - Merge pull request #384 from pact-foundation/chore/upgrade-to-pact-ffi-0-4-16 (Yousaf Nabi, Mon Feb 12 13:20:41 2024 +0000)
12+
* [7129ef0](https://github.com/pact-foundation/pact-go/commit/7129ef0) - fix: update pact-ffi to 0.4.16 (YOU54F, Mon Feb 12 12:55:05 2024 +0000)
13+
814
### v2.0.3 (08 February 2024)
915
* [48a916c](https://github.com/pact-foundation/pact-go/commit/48a916c) - fix: upgrade to latest ffi 0.4.15 (Matt Fellows, Wed Feb 7 16:24:06 2024 +1100)
1016
* [b0a3f6e](https://github.com/pact-foundation/pact-go/commit/b0a3f6e) - ci(fix): update path to update-pact-ffi script (Yousaf Nabi, Thu Feb 1 11:52:23 2024 +0000)

command/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/spf13/cobra"
77
)
88

9-
var Version = "v2.0.3"
9+
var Version = "v2.0.4"
1010
var versionCmd = &cobra.Command{
1111
Use: "version",
1212
Short: "Print the version number of Pact Go",

0 commit comments

Comments
 (0)