CHANGELOG.md in slugbuilder-1.3.0 vs CHANGELOG.md in slugbuilder-2.0.0

- old
+ new

@@ -1,6 +1,17 @@ # Changelog +## 2.0.0 (2017-5-3) + +Changed: + +- Prebuild and postbuild hooks now take `git_url` as a keyword argument + +Added: + +- The `protocol` configuration option allows specifying the protocol to use when downloading git repositories +- Buildpack and repository urls now accept more formats (`<organization>/<repository_name>`, `git@<git_service>:<organization>/<repository_name>.git`, and `https://<git_service>/<organization>/<repository_name>.git` + ## 1.3.0 (2017-3-7) Added: - Run `bin/pre-compile` before any buildpacks are run (if it exists) and run `bin/post-compile` after all buildpacks are run (if it exists). These files are contained in the project being built. [e2b5295](../../commit/e2b5295)