From 229c58eed1868666e8a53abe0826c7995c5bbf92 Mon Sep 17 00:00:00 2001 From: Matt Layher Date: Sat, 12 Nov 2022 11:25:01 -0500 Subject: [PATCH] netlink: tag v1.7.0 Signed-off-by: Matt Layher --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 313ca7f..0a4c0ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,17 @@ # CHANGELOG -## Unreleased +## v1.7.0 + +**This is the first release of package netlink that only supports Go 1.18+. +Users on older versions of Go must use v1.6.2.** + +- [Improvement]: drop support for older versions of Go so we can begin using + modern versions of `x/sys` and other dependencies. ## v1.6.2 +**This is the last release of package netlink that supports Go 1.17 and below.** + - [Bug Fix] [commit](https://github.com/mdlayher/netlink/commit/9f7f860d9865069cd1a6b4dee32a3095f0b841fc): undo update to `golang.org/x/sys` which would force the minimum Go version of this package to Go 1.17 due to use of `unsafe.Slice`. We encourage users to