From d7e73d55392d3a2b5b075e89f1b94a52a33e84b9 Mon Sep 17 00:00:00 2001 From: L0neGamer Date: Tue, 6 Sep 2022 22:45:12 +0100 Subject: [PATCH] going to version 1.15.2 --- changelog.md | 6 +++++- discord-haskell.cabal | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index 13b70c20..4be1bddd 100644 --- a/changelog.md +++ b/changelog.md @@ -8,7 +8,11 @@ The Discord API constantly changes. This library issues updates when we implemen - -# 1.15.1 +## 1.15.2 + +- [L0neGamer](https://github.com/discord-haskell/discord-haskell/pull/143) Adding some utility and fixing some versions in place + +## 1.15.1 - [Geometer1729](https://github.com/discord-haskell/discord-haskell/pull/141) Fixing a bug in localization code diff --git a/discord-haskell.cabal b/discord-haskell.cabal index d2760536..a2112ef6 100644 --- a/discord-haskell.cabal +++ b/discord-haskell.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: discord-haskell -version: 1.15.1 +version: 1.15.2 description: Functions and data types to write discord bots. Official discord docs . .