diff --git a/CHANGELOG.md b/CHANGELOG.md index e5e9a80e90..cd169ab487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,20 @@ +# v0.2.0 +## Features +* GitLab is now supported! ([#190](https://github.com/hootsuite/atlantis/pull/190)) +* Slack notifications. ([#199](https://github.com/hootsuite/atlantis/pull/199)) + +## Bug Fixes +None + +## Downloads +* [atlantis_darwin_amd64.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_darwin_amd64.zip) +* [atlantis_linux_386.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_386.zip) +* [atlantis_linux_amd64.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_amd64.zip) +* [atlantis_linux_arm.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_arm.zip) + +## Backwards Incompatibilities / Notes: +None + # v0.1.3 ## Features * Environment variables are passed through to `extra_arguments`. ([#150](https://github.com/hootsuite/atlantis/pull/150)) diff --git a/main.go b/main.go index 0902b24b96..ed08c8cbd6 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( func main() { v := viper.New() - v.Set("version", "0.1.3") + v.Set("version", "0.2.0") server := &cmd.ServerCmd{ ServerCreator: &cmd.DefaultServerCreator{}, diff --git a/website/src/themes/kube/layouts/index.html b/website/src/themes/kube/layouts/index.html index db2f240504..d7b6ad5619 100644 --- a/website/src/themes/kube/layouts/index.html +++ b/website/src/themes/kube/layouts/index.html @@ -9,9 +9,9 @@
{{.Description}}