From cf46fd476d56fb6698d18854f33a83e708e4ac11 Mon Sep 17 00:00:00 2001 From: Benjamin Fry Date: Fri, 12 Apr 2024 18:20:11 -0700 Subject: [PATCH] add 0.24.1 release note --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 180fbd52..c2149413 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](https://semver.org/). All notes should be prepended with the location of the change, e.g. `(proto)` or `(resolver)`. +## 0.24.1 + +- Break when socket is unexpectedly shut down #2171 by dlon + ## 0.24.0 **NOTICE** This project has been rebranded to Hickory DNS and has been moved to the https://github.com/hickory-dns/hickory-dns organization and repo, from 0.24.0 onward. This [blog post](https://bluejekyll.github.io/blog/posts/announcing-hickory-dns/) explains the reasoning behind this move.