Skip to content

Commit 1c2de97

Browse files
committed
v2.0.0
1 parent 35e3e60 commit 1c2de97

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changelog
22

3+
### v2.0.0 [2016-07-21]
4+
5+
* Add FERRET_LISTEN_PATHPREFIX
6+
* Replace FERRET_LISTEN_PORT with FERRET_LISTEN_ADDRESS
7+
38
### v1.9.0 [2016-07-19]
49

510
* Add limit option for search results

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,8 @@ For the full copyright and license information, please view the LICENSE.txt file
178178
[godoc-image]: https://godoc.org/github.com/yieldbot/ferret?status.svg
179179

180180
[release-url]: https://github.com/yieldbot/ferret/releases/latest
181-
[release-image]: https://img.shields.io/badge/release-v1.9.0-blue.svg
181+
[release-image]: https://img.shields.io/badge/release-v2.0.0-blue.svg
182182

183-
[download-darwin-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v1.9.0/ferret-darwin-amd64.zip
184-
[download-linux-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v1.9.0/ferret-linux-amd64.zip
185-
[download-windows-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v1.9.0/ferret-windows-amd64.zip
183+
[download-darwin-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v2.0.0/ferret-darwin-amd64.zip
184+
[download-linux-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v2.0.0/ferret-linux-amd64.zip
185+
[download-windows-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v2.0.0/ferret-windows-amd64.zip

0 commit comments

Comments
 (0)