From 4260fcc51b194b1b49fce2aea47e947942d89c58 Mon Sep 17 00:00:00 2001 From: L0neGamer Date: Fri, 11 Aug 2023 16:47:27 +0100 Subject: [PATCH] 1.15.6 --- changelog.md | 10 ++++++++++ discord-haskell.cabal | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index ee50adbf..d3dc441b 100644 --- a/changelog.md +++ b/changelog.md @@ -8,6 +8,16 @@ The Discord API constantly changes. This library issues updates when we implemen - +## 1.15.6 + +- [penelopeysm](https://github.com/discord-haskell/discord-haskell/pull/176) GHC 9.6 dependencies + +- [penelopeysm](https://github.com/discord-haskell/discord-haskell/pull/179) and [penelopeysm](https://github.com/discord-haskell/discord-haskell/pull/181) Improving emoji support + +- [penelopeysm](https://github.com/discord-haskell/discord-haskell/pull/182) Fix StartThreadNoMessage endpoint + +- [yutotakano](https://github.com/discord-haskell/discord-haskell/pull/183) Slim down stack matrix build + ## 1.15.5 - [Gregory1234](https://github.com/discord-haskell/discord-haskell/pull/173) Adding `global_name` field to the User object diff --git a/discord-haskell.cabal b/discord-haskell.cabal index 2ea7effd..8d13b4a5 100644 --- a/discord-haskell.cabal +++ b/discord-haskell.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: discord-haskell -version: 1.15.5 +version: 1.15.6 description: Functions and data types to write discord bots. Official discord docs . .