CHANGELOG.md in cocoapods-plugins-0.2.0 vs CHANGELOG.md in cocoapods-plugins-0.3.0
- old
+ new
@@ -1,6 +1,14 @@
# Cocoapods::Plugins Changelog
+## 0.3.0
+
+* Added a reminder to add plugin to `plugins.json` once released (fix #27)
+ [Olivier Halligon](https://github.com/AliSoftware)
+
+* Print out the version of plugins when invoked with `--verbose`
+ [David Grandinetti](https://github.com/dbgrandi)
+
## 0.2.0
* Migrating to new syntax of CLAide::Command#arguments (fix #23)
[Olivier Halligon](https://github.com/AliSoftware)