Skip to content

Commit

Permalink
Merge pull request #185 from Shopify/version-bump-2.1.2
Browse files Browse the repository at this point in the history
Bump version: 2.1.2
  • Loading branch information
JackMc authored Jul 10, 2017
2 parents a5f75b4 + 3d57f96 commit 623b654
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# 2.1.2 (unreleased)
# 2.1.2

* go 1.8, make Sirupsen lower case, update godeps (issue #179)
* Handle SIGTERM to exit cleanly (issue #180)
* Address security issue by disallowing browsers from accessing API

# 2.1.1

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

```bash
$ wget -O toxiproxy-2.1.1.deb https://github.com/Shopify/toxiproxy/releases/download/v2.1.1/toxiproxy_2.1.1_amd64.deb
$ sudo dpkg -i toxiproxy-2.1.1.deb
$ wget -O toxiproxy-2.1.2.deb https://github.com/Shopify/toxiproxy/releases/download/v2.1.2/toxiproxy_2.1.2_amd64.deb
$ sudo dpkg -i toxiproxy-2.1.2.deb
$ sudo service toxiproxy start
```

Expand All @@ -213,7 +213,7 @@ $ brew install toxiproxy

**Windows**

Toxiproxy for Windows is available for download at https://github.com/Shopify/toxiproxy/releases/download/v2.1.1/toxiproxy-server-windows-amd64.exe
Toxiproxy for Windows is available for download at https://github.com/Shopify/toxiproxy/releases/download/v2.1.2/toxiproxy-server-windows-amd64.exe

**Docker**

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.1.1
2.1.2

0 comments on commit 623b654

Please sign in to comment.