CHANGELOG.md in google-serverless-exec-0.1.0 vs CHANGELOG.md in google-serverless-exec-0.2.0
- old
+ new
@@ -1,5 +1,18 @@
# Changelog
-### v0.1.0 / 2021-08-04
+## 0.2.0 (2021-09-13)
-* Initial release
\ No newline at end of file
+### Features
+
+* Install the rake task automatically in Rails apps
+* Provide a way to set the project and region for cloud run
+
+### Bug Fixes
+
+* Fix deployment strategy by including the entrypoint implementation
+* Fix gem description and links
+* Update task parameter names and documentation
+
+## v0.1.0 / 2021-08-04
+
+* Initial release