Documentation
## 0.8.0

* Add registration option & payment order repositories

## 0.10.0

* Add event_rider_summary_repository

## 0.7.0

* Add activity approval repositories

## 0.6.11

* Add get_meta_for_all for strava_rider_repository

## 0.6.9 & 0.6.10

* Code refactoring for stats

## 0.6.8

* Upgrade wccg-models to include elev gain for stats

## 0.6.8

* Upgrade wccg-models to include elev gain

## 0.6.7

* Remove warnings for other activity types

## 0.6.6

* Add get_summary_for_all for strava_rider_repository

## 0.6.4

* Upgrade wccg-models

## 0.6.3

* Add get_all for strava_rider_repository

## 0.6.2

* Remove reexport of bson

## 0.6.1

* Revert to monogodb 0.9.2

## 0.6.0

* Upgrade to monogodb 0.10.0 and move to async functions

## 0.5.5

* Fix return type of get_by_rider_id_year of rider_yearly_summary_repository

## 0.5.4

* Add rider_yearly_summary_repository

## 0.5.3

* Add get_by_rider_id_year with sort by year & month

## 0.5.2

* Add get_by_rider_id for rider monthly summary

## 0.5.1

* Redesign commute stats

## 0.5.0

* Redesign stats

## 0.4.4

* Re-export bson & models

## 0.4.3

* update wread-data-mongodb to latest version

## 0.4.2

* add get_summary_by_strava_athlete_id & get_summary_by_rider_id for strava_rider_repository

## 0.4.1

* Return errors as mongodb::error::Error than Box<dyn std::error::Error + Send + Sync + 'static>

## 0.4.0

* Add get_by_rider_id_newest_first & get_by_rider_id_and_timestamp_range

## 0.3.0

* Add get_by_rider_id, delete_by_rider_id & add for strava_rider_repository

## 0.1.0

* First preview release