diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..9257b06 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## [0.9.1](https://github.com/axross/poker/compare/v0.9.0...v0.9.1) (2022-08-22) + + +### Features + +* add release please ([6065ce0](https://github.com/axross/poker/commit/6065ce0f9705abb894e4f9dac8bd00f055c84050)) diff --git a/pubspec.yaml b/pubspec.yaml index b4dd4c5..c34fe35 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: poker -version: 0.10.0 +version: 0.9.1 description: >- A Dart implementation of Texas Hold'em matchup simulator based on Henry Lee's Poker Hand Evaluator. homepage: https://github.com/axross/poker