From 756081d44476998bb3d0477963f539ae8aa390c6 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Mon, 24 Jan 2022 09:16:52 +0000 Subject: [PATCH] Prepare release --- CHANGES.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index d9e6e6fa..fc8acaf6 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,11 @@ +### v1.2.2 + +- Switch from mirage-{stack,protocols} to tcpip (@MisterDA #246). + +- Remove deprecated tcpip.unix dependency (@hannesm #245). + +- Add OCaml 4.14 support (@kit-ty-kate #244). + ### v1.2.1 - Fix Fmt deprecation warnings (@tmcgilchrist #239).