Skip to content

Commit

Permalink
Update changelog and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsb committed Jul 11, 2024
1 parent 5cfffaa commit d00b35d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions calamity/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog for Calamity

## 0.12.0.0

+ Field names in `Calamity.HTTP.Webhook` were mistakenly `username` instead of
the required `name`, these fields were renamed to be correct. (Reported by @MorrowM)

## 0.11.0.0

+ Added support for Aeson 2.2 @Miezhiko
Expand Down
4 changes: 2 additions & 2 deletions calamity/calamity.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.0
name: calamity
version: 0.11.0.0
version: 0.12.0.0
synopsis: A library for writing discord bots in haskell
description:
Please see the README on GitHub at <https://github.com/simmsb/calamity#readme>
Expand All @@ -14,7 +14,7 @@ copyright: 2020 Ben Simms
license: MIT
license-file: LICENSE
build-type: Simple
tested-with: GHC ==9.6.4
tested-with: GHC ==9.6.5
extra-source-files:
ChangeLog.md
README.md
Expand Down

0 comments on commit d00b35d

Please sign in to comment.