diff --git a/CHANGELOG.md b/CHANGELOG.md index ae0800e..f7f7a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # Changelog -## 3.0.6 +## 3.0.7 ### Added - Made property `Pokemon.BaseExperience` nullable: [#37](https://github.com/mtrdp642/PokeApiNet/pull/37) +## 3.0.6 +This is the same release as 3.0.5. Use 3.0.7 instead. + ## 3.0.5 ### Added - Updated `Pokemon` model to include new properties for historical and alternate form sprites: [#33](https://github.com/mtrdp642/PokeApiNet/pull/33) diff --git a/PokeApiNet/PokeApiNet.csproj b/PokeApiNet/PokeApiNet.csproj index 9ef10c9..0b42ac6 100644 --- a/PokeApiNet/PokeApiNet.csproj +++ b/PokeApiNet/PokeApiNet.csproj @@ -3,7 +3,7 @@ netstandard2.0;netstandard2.1 true - 3.0.6 + 3.0.7 JJ Banda .Net client for the PokeAPI api