Skip to content

Commit bd5ea1c

Browse files
committed
chore(release): release v2.3.0
1 parent 8d700cc commit bd5ea1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

66
## Versions
77

8+
### v2.3.0 (06 March 2025)
9+
* [8d700cc](https://github.com/pact-foundation/pact-go/commit/8d700cc) - fix: strip v prefix from pact-go verifier version (Yousaf Nabi, Wed Feb 12 14:19:25 2025 +0000)
10+
* [e6e2c11](https://github.com/pact-foundation/pact-go/commit/e6e2c11) - feat: add metadata.pact-go.version to pact file (Yousaf Nabi, Wed Feb 12 14:18:15 2025 +0000)
11+
* [e05acfd](https://github.com/pact-foundation/pact-go/commit/e05acfd) - fix(deps): update module google.golang.org/grpc to v1.70.0 (#495) (renovate[bot], Thu Feb 20 13:50:49 2025 +0000)
12+
* [6c40e0b](https://github.com/pact-foundation/pact-go/commit/6c40e0b) - fix(deps): update module google.golang.org/protobuf to v1.36.5 (#496) (renovate[bot], Thu Feb 20 13:32:18 2025 +0000)
13+
* [1e4ecc7](https://github.com/pact-foundation/pact-go/commit/1e4ecc7) - fix(deps): update module github.com/spf13/cobra to v1.9.1 (#502) (renovate[bot], Thu Feb 20 13:31:59 2025 +0000)
14+
815
### v2.2.0 (23 Jan 2025)
916
* [3d48a9d](https://github.com/pact-foundation/pact-go/commit/3d48a9d) - chore: re-enable ci jobs removed for testing (Yousaf Nabi, Wed Jan 22 18:29:25 2025 +0000)
1017
* [7029057](https://github.com/pact-foundation/pact-go/commit/7029057) - ci: add support to skip provider tests on alpine (Yousaf Nabi, Wed Jan 22 18:26:12 2025 +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.1.0"
9+
var Version = "v2.3.0"
1010
var versionCmd = &cobra.Command{
1111
Use: "version",
1212
Short: "Print the version number of Pact Go",

0 commit comments

Comments
 (0)