Skip to content

Commit

Permalink
Bump to 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xthexder committed Jul 24, 2015
1 parent bac5968 commit eebfae5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 1.2.1

* Fix proxy name conflicts leaking an open port #69

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,8 @@ binaries and system packages for your architecture.
**Ubuntu**

```bash
$ wget -O toxiproxy-1.2.0.deb https://github.com/Shopify/toxiproxy/releases/download/v1.2.0/toxiproxy_1.2.0_amd64.deb
$ sudo dpkg -i toxiproxy-1.2.0.deb
$ wget -O toxiproxy-1.2.1.deb https://github.com/Shopify/toxiproxy/releases/download/v1.2.1/toxiproxy_1.2.1_amd64.deb
$ sudo dpkg -i toxiproxy-1.2.1.deb
$ sudo service toxiproxy start
```

Expand Down Expand Up @@ -499,7 +499,7 @@ For example, `shopify_test_redis_master` or `shopify_development_mysql_1`.
### Release

1. Update `CHANGELOG.md`
2. Bump `VERSION`
2. Bump `VERSION` and `toxiproxy.go`
3. Change versions in `README.md`
4. Commit
5. Tag
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.0
1.2.1
2 changes: 1 addition & 1 deletion toxiproxy.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"
)

var Version = "1.1.0"
var Version = "1.2.1"

var host string
var port string
Expand Down

0 comments on commit eebfae5

Please sign in to comment.