Skip to content

Commit

Permalink
release: 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sirupsen committed Mar 31, 2015
1 parent a4799f5 commit edd9713
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# 1.0.1

* Various improvements to the documentation
* Initial version of Go client
* Fix toxic disabling bug #42

# 1.0.0

Initial public release.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,8 @@ binaries and system packages for your architecture.
**Ubuntu**

```bash
$ wget -O toxiproxy-1.0.0.deb https://github.com/Shopify/toxiproxy/releases/download/v1.0.0/toxiproxy_1.0.0_amd64.deb
$ sudo dpkg -i toxiproxy-1.0.0.deb
$ wget -O toxiproxy-1.0.1.deb https://github.com/Shopify/toxiproxy/releases/download/v1.0.1/toxiproxy_1.0.1_amd64.deb
$ sudo dpkg -i toxiproxy-1.0.1.deb
$ sudo service toxiproxy start
```

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0
1.0.1
12 changes: 0 additions & 12 deletions share/formula.rb

This file was deleted.

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.0.0"
var Version = "1.0.1"

var host string
var port string
Expand Down

0 comments on commit edd9713

Please sign in to comment.