Skip to content

Commit

Permalink
CHANGELOG: release v1.6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Layher <[email protected]>
  • Loading branch information
mdlayher committed Jan 31, 2022
1 parent 9c755a7 commit 12afe01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## v1.6.0

**This is the first release of package netlink that only supports Go 1.13+.
Users on older versions of Go must use v1.5.0.**

Expand All @@ -11,6 +13,8 @@ Users on older versions of Go must use v1.5.0.**
running on modern Linux kernels, but cannot be enabled by default because the
options may require a more recent kernel than the minimum kernel version that
Go supports. See the documentation for details.
- [Improvement]: broke some integration tests into a separate Go module so the
default `go.mod` for package `netlink` has fewer dependencies.

## v1.5.0

Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# MIT License

Copyright (C) 2016-2021 Matt Layher
Copyright (C) 2016-2022 Matt Layher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

Expand Down

0 comments on commit 12afe01

Please sign in to comment.