Skip to content

Commit 55c536c

Browse files
authored
Update changelog for 0.2.0 (runatlantis#201)
1 parent 9dc9434 commit 55c536c

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
# v0.2.0
2+
## Features
3+
* GitLab is now supported! ([#190](https://github.com/hootsuite/atlantis/pull/190))
4+
* Slack notifications. ([#199](https://github.com/hootsuite/atlantis/pull/199))
5+
6+
## Bug Fixes
7+
None
8+
9+
## Downloads
10+
* [atlantis_darwin_amd64.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_darwin_amd64.zip)
11+
* [atlantis_linux_386.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_386.zip)
12+
* [atlantis_linux_amd64.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_amd64.zip)
13+
* [atlantis_linux_arm.zip](https://github.com/hootsuite/atlantis/releases/download/v0.2.0/atlantis_linux_arm.zip)
14+
15+
## Backwards Incompatibilities / Notes:
16+
None
17+
118
# v0.1.3
219
## Features
320
* Environment variables are passed through to `extra_arguments`. ([#150](https://github.com/hootsuite/atlantis/pull/150))

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import (
77

88
func main() {
99
v := viper.New()
10-
v.Set("version", "0.1.3")
10+
v.Set("version", "0.2.0")
1111

1212
server := &cmd.ServerCmd{
1313
ServerCreator: &cmd.DefaultServerCreator{},

website/src/themes/kube/layouts/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ <h1>{{.Title}}</h1>
99
<p>{{.Description}}</p>
1010
</div>
1111
<div id="action-buttons">
12-
<a class="button primary big" href="https://github.com/hootsuite/atlantis/releases/tag/v0.1.2">Download</a> <a
12+
<a class="button primary big" href="https://github.com/hootsuite/atlantis/releases/tag/v0.2.0">Download</a> <a
1313
class="button outline big" href="https://github.com/hootsuite/atlantis#getting-started">Get Started</a>
14-
<p>Version 0.1.2</p>
14+
<p>Version 0.2.0</p>
1515
</div>
1616
<div id="kube-features">
1717
<div class="row gutters">

0 commit comments

Comments
 (0)