Skip to content

Commit

Permalink
Prepare for 1.0.9 release
Browse files Browse the repository at this point in the history
  • Loading branch information
magiconair committed Feb 15, 2016
1 parent d41ce1b commit 1ec042c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,9 @@
## Changelog

### [v1.0.9](https://github.com/eBay/fabio/releases/tag/v1.0.9) - 16 Jan 2015

* [Issue #53](https://github.com/eBay/fabio/issues/53): Make read and write timeout configurable

### [v1.0.8](https://github.com/eBay/fabio/releases/tag/v1.0.8) - 14 Jan 2015

* Upgrade to Go 1.5.3
Expand Down
3 changes: 2 additions & 1 deletion README.md
@@ -1,6 +1,6 @@
# ./fabio [![Build Status](https://travis-ci.org/eBay/fabio.svg?branch=master)](https://travis-ci.org/eBay/fabio)

##### Current version: 1.0.8
##### Current version: 1.0.9

fabio is a fast, modern, zero-conf load balancing HTTP(S) router
for deploying microservices managed by consul.
Expand Down Expand Up @@ -59,6 +59,7 @@ several fabio instances. We don't observe any measurable additional latency.
* v1.0.6: Improved UI
* v1.0.6: fabio registers itself in consul
* v1.0.8: support consul ACL token
* v1.0.9: Make read and write timeout configurable

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -22,7 +22,7 @@ import (
// It is also set by the linker when fabio
// is built via the Makefile or the build/docker.sh
// script to ensure the correct version nubmer
var version = "1.0.8"
var version = "1.0.9"

func main() {
var filename string
Expand Down

0 comments on commit 1ec042c

Please sign in to comment.