diff --git a/CHANGELOG.md b/CHANGELOG.md index c8eb4cf..85b0df0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.9.1 + +- Fixes bugs in the PGN parser. + ## 0.9.0 - `PieceKind` is now an enum. diff --git a/pubspec.yaml b/pubspec.yaml index 2731b4e..0b24d82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: dartchess description: Provides chess and chess variants rules and operations including chess move generation, read and write FEN, read and write PGN. repository: https://github.com/lichess-org/dartchess -version: 0.9.0 +version: 0.9.1 platforms: android: ios: