We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05d9f12 commit a1ec55bCopy full SHA for a1ec55b
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 1.8.0 (July 21, 2025)
2
+
3
+IMPROVEMENTS:
4
5
+* `Update `golang.org/x/net` to v0.37.0.`
6
+* `Update `golang.org/x/sys` to v0.31.0.`
7
+* `Update `golang.org/x/text` to v0.23.0.` [[GH-702](https://github.com/hashicorp/consul-dataplane/pull/702)]
8
9
## 1.7.1 (May 22, 2025)
10
11
SECURITY:
pkg/version/version.go
@@ -17,7 +17,7 @@ var (
17
//
18
// Version must conform to the format expected by github.com/hashicorp/go-version
19
// for tests to work.
20
- Version = "1.7.2"
+ Version = "1.8.1"
21
22
// A pre-release marker for the version. If this is "" (empty string)
23
// then it means that it is a final release. Otherwise, this is a pre-release
0 commit comments