diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e23f94..0572f3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ Post v1 a change is further considered breaking if the state file format is inco ### Upcoming +### v1.3.1.0 + *Minor* * Added a game variant message at the start of a game. ([#235](https://github.com/hjwylde/werewolf/issues/235)) diff --git a/werewolf.cabal b/werewolf.cabal index 106a72e..1760691 100644 --- a/werewolf.cabal +++ b/werewolf.cabal @@ -1,5 +1,5 @@ name: werewolf -version: 1.3.0.1 +version: 1.3.1.0 author: Henry J. Wylde maintainer: public@hjwylde.com