CHANGELOG.md in cocoapods-stats-0.5.3 vs CHANGELOG.md in cocoapods-stats-0.6.0
- old
+ new
@@ -1,30 +1,41 @@
#CocoaPods Stats CHANGELOG
-## 0.5.3
+## 0.6.0 (2015-08-26)
+##### Enhancements
+
+* Send stats to the API asynchronously and out of process.
+ [Samuel Giddins](https://github.com/segiddins)
+
+* Set maximum timeout of 30 seconds for asynchronous stats sending.
+ [Boris Bügling](https://github.com/neonichu)
+
+
+## 0.5.3 (2015-07-02)
+
##### Bug Fixes
* Don't raise an exception when there's no user project to pull targets from.
[Samuel Giddins](https://github.com/segiddins)
-## 0.5.2
+## 0.5.2 (2015-07-01)
##### Bug Fixes
* Don't raise an exception when attempting to opt out.
[Samuel Giddins](https://github.com/segiddins)
-## 0.5.1
+## 0.5.1 (2015-07-01)
##### Bug Fixes
* Skips pods that are not integrated ( and thus we can't get UUIDs )
[Samuel Giddins](https://github.com/CocoaPods/cocoapods-stats/pull/15)
-## 0.5.0
+## 0.5.0 (2015-06-24)
* Initial implementation of stats uploading.
[Orta](https://github.com/orta)
* Refactor of Orta's initial implementation