From 43dfd9454a4140900f4acf08dc07338eebcd06da Mon Sep 17 00:00:00 2001 From: Hannes Mehnert Date: Fri, 27 Sep 2024 15:16:08 +0200 Subject: [PATCH] changes for 9.0.1 --- CHANGES.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 0f9a0785..ebccd7ce 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,8 @@ +### v9.0.1 (2024-09-27) + +* dns-client-miou: use String.get_uint16_be instead of String.get_int16_be + (#354 @dinosaure) + ### v9.0.0 (2024-08-26) * Remove `Cstruct.t` and use `string`/`bytes` (@hannesm, @dinosaure, @palainp, #351)