Commit 0de92f4 1 parent 284bf30 commit 0de92f4 Copy full SHA for 0de92f4
File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,11 @@ Do this to generate your change history
5
5
6
6
## Versions
7
7
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
+
8
13
### v2.0.10 (21 Jan 2025)
9
14
* [ 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)
10
15
Original file line number Diff line number Diff line change 6
6
"github.com/spf13/cobra"
7
7
)
8
8
9
- var Version = "v2.0.10 "
9
+ var Version = "v2.1.0 "
10
10
var versionCmd = & cobra.Command {
11
11
Use : "version" ,
12
12
Short : "Print the version number of Pact Go" ,
You can’t perform that action at this time.
0 commit comments