diff --git a/Changelog.md b/Changelog.md index 801881e..f8cb5aa 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,8 @@ ## v3.0.0 +_2023-09-11 23:36_ + - Fixed bug where castles and en passants were not registering - The special moves were being saved according to the position of the piece, but were being accessed according to the id of the piece. diff --git a/pyproject.toml b/pyproject.toml index ecefd27..2d61ef9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ line_length = 79 [tool.poetry] name = "alicechess" -version = "2.5.0" +version = "3.0.0" description = "A Python package to play Alice Chess" authors = ["Joseph Lou "] license = "MIT License"