From 55c536c7fe45e50c75adb74001e4f3f74f12f39f Mon Sep 17 00:00:00 2001 From: Luke Kysow Date: Thu, 16 Nov 2017 20:23:31 -0800 Subject: [PATCH] Update changelog for 0.2.0 (#201) --- CHANGELOG.md | 17 +++++++++++++++++ main.go | 2 +- website/src/themes/kube/layouts/index.html | 4 ++-- 3 files changed, 20 insertions(+), 3 deletions(-) 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 @@

{{.Title}}

{{.Description}}

- Download Download Get Started -

Version 0.1.2

+

Version 0.2.0