Skip to content

Commit 0de92f4

Browse files
committed
chore(release): release v2.1.0
1 parent 284bf30 commit 0de92f4

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

66
## Versions
77

8+
### v2.1.0 (21 Jan 2025)
9+
* [022c508](https://github.com/pact-foundation/pact-go/commit/022c508) - fix(deps): update module google.golang.org/grpc to v1.69.4 (renovate[bot], Tue Jan 21 10:56:36 2025 +0000)
10+
* [2ee3af9](https://github.com/pact-foundation/pact-go/commit/2ee3af9) - chore(deps): update golangci-lint and fixup 1.23 issues (Yousaf Nabi, Mon Jan 20 20:54:26 2025 +0000)
11+
* [eb1315b](https://github.com/pact-foundation/pact-go/commit/eb1315b) - chore(deps)!: require minimum go version 1.22 (Yousaf Nabi, Mon Jan 20 20:41:47 2025 +0000)
12+
813
### v2.0.10 (21 Jan 2025)
914
* [393ca79](https://github.com/pact-foundation/pact-go/commit/393ca79) - fix: update pact-ffi to v0.4.26 (Yousaf Nabi, Tue Jan 21 11:15:00 2025 +0000)
1015

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.10"
9+
var Version = "v2.1.0"
1010
var versionCmd = &cobra.Command{
1111
Use: "version",
1212
Short: "Print the version number of Pact Go",

0 commit comments

Comments
 (0)