From 037e0d7795573ba30efa957711ef57e834ef4cc9 Mon Sep 17 00:00:00 2001 From: Dustin Sallings Date: Fri, 26 Jul 2024 08:21:40 -1000 Subject: [PATCH] Releasing 0.8.6.1 --- Changelog.md | 4 ++++ net-mqtt.cabal | 2 +- package.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 7379318..81971b4 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,9 @@ # Changelog for net-mqtt +## 0.8.6.1 + +Use `def` for TLS settings. + ## 0.8.6.0 Can forget in-flight and correlation data over time. diff --git a/net-mqtt.cabal b/net-mqtt.cabal index 06625a0..b694dec 100644 --- a/net-mqtt.cabal +++ b/net-mqtt.cabal @@ -5,7 +5,7 @@ cabal-version: 1.12 -- see: https://github.com/sol/hpack name: net-mqtt -version: 0.8.6.0 +version: 0.8.6.1 synopsis: An MQTT Protocol Implementation. description: Please see the README on GitHub at category: Network diff --git a/package.yaml b/package.yaml index 57eadd7..08bf4dc 100644 --- a/package.yaml +++ b/package.yaml @@ -1,5 +1,5 @@ name: net-mqtt -version: 0.8.6.0 +version: 0.8.6.1 github: "dustin/mqtt-hs" license: BSD3 author: "Dustin Sallings"