diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dc6477..65a831f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [3.11.0](https://github.com/WFCD/warframestat_client/compare/v3.10.1...v3.11.0) (2024-11-13) + + +### Bug Fixes + +* parse Helminth into it's own type ([d3a4d35](https://github.com/WFCD/warframestat_client/commit/d3a4d352afd0d210584b72f8519f597e690ad08f)) + + +### Features + +* add `imageName` to `Ability` ([8080de6](https://github.com/WFCD/warframestat_client/commit/8080de6a2a8376aa034ac76211d6ee1d65ea1864)) + ## [3.10.1](https://github.com/WFCD/warframestat_client/compare/v3.10.0...v3.10.1) (2024-10-16) diff --git a/pubspec.yaml b/pubspec.yaml index 3613010..8265659 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: warframestat_client -version: 3.10.1 +version: 3.11.0 description: A simple client wrapper around WFCD worldstate api with included models for warframe-items. homepage: https://github.com/WFCD repository: https://github.com/WFCD/warframestat_client