diff --git a/CHANGELOG.md b/CHANGELOG.md index 0acff25..8b5af6d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.0.0 +* Document improvements ([#23](https://github.com/xmartlabs/stock/pull/23)) +* CI improvements ([#22](https://github.com/xmartlabs/stock/pull/22)) +* Add `map` and `when` extension methods over `StockResponse` ([#21](https://github.com/xmartlabs/stock/pull/21), [#27](https://github.com/xmartlabs/stock/pull/27)). Thanks [Leynier](https://github.com/leynier) for PR ([#21](https://github.com/xmartlabs/stock/pull/21)). + ## 0.0.2 * Api improvements ([#18](https://github.com/xmartlabs/stock/pull/18)) diff --git a/pubspec.yaml b/pubspec.yaml index df938a3..e54b34b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: stock description: Dart package for Async Data Loading and Caching. Combine local (DB, cache) and network data simply and safely. -version: 0.0.2 +version: 1.0.0 homepage: https://github.com/xmartlabs/stock repository: https://github.com/xmartlabs/stock issue_tracker: https://github.com/xmartlabs/stock/issues