File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog for Calamity
2
2
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
+
3
8
## 0.11.0.0
4
9
5
10
+ Added support for Aeson 2.2 @Miezhiko
Original file line number Diff line number Diff line change 1
1
cabal-version : 2.0
2
2
name : calamity
3
- version : 0.11 .0.0
3
+ version : 0.12 .0.0
4
4
synopsis : A library for writing discord bots in haskell
5
5
description :
6
6
Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
@@ -14,7 +14,7 @@ copyright: 2020 Ben Simms
14
14
license : MIT
15
15
license-file : LICENSE
16
16
build-type : Simple
17
- tested-with : GHC == 9.6.4
17
+ tested-with : GHC == 9.6.5
18
18
extra-source-files :
19
19
ChangeLog.md
20
20
README.md
You can’t perform that action at this time.
0 commit comments