diff --git a/CHANGELOG.md b/CHANGELOG.md index 3febb3237..5c5e244ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.7.1] - 2023-05-18 + +### Fixed + +- Fix IPv4 addresses returned by `static_host_map` DNS lookup queries being + treated as IPv6 addresses. (#877) + ## [1.7.0] - 2023-05-17 ### Added @@ -475,7 +482,8 @@ created.) - Initial public release. -[Unreleased]: https://github.com/slackhq/nebula/compare/v1.7.0...HEAD +[Unreleased]: https://github.com/slackhq/nebula/compare/v1.7.1...HEAD +[1.7.1]: https://github.com/slackhq/nebula/releases/tag/v1.7.1 [1.7.0]: https://github.com/slackhq/nebula/releases/tag/v1.7.0 [1.6.1]: https://github.com/slackhq/nebula/releases/tag/v1.6.1 [1.6.0]: https://github.com/slackhq/nebula/releases/tag/v1.6.0