Skip to content

Commit d00b35d

Browse files
committed
Update changelog and bump version
1 parent 5cfffaa commit d00b35d

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

calamity/ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for Calamity
22

3+
## 0.12.0.0
4+
5+
+ Field names in `Calamity.HTTP.Webhook` were mistakenly `username` instead of
6+
the required `name`, these fields were renamed to be correct. (Reported by @MorrowM)
7+
38
## 0.11.0.0
49

510
+ Added support for Aeson 2.2 @Miezhiko

calamity/calamity.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cabal-version: 2.0
22
name: calamity
3-
version: 0.11.0.0
3+
version: 0.12.0.0
44
synopsis: A library for writing discord bots in haskell
55
description:
66
Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
@@ -14,7 +14,7 @@ copyright: 2020 Ben Simms
1414
license: MIT
1515
license-file: LICENSE
1616
build-type: Simple
17-
tested-with: GHC ==9.6.4
17+
tested-with: GHC ==9.6.5
1818
extra-source-files:
1919
ChangeLog.md
2020
README.md

0 commit comments

Comments
 (0)