diff --git a/CHANGELOG.md b/CHANGELOG.md index 75f5eb1..d139f0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ ## Changelog +### 3.0.0 [2016-10-03] + +* **[BREAKING CHANGE]** Add config file support +* **[BREAKING CHANGE]** Remove github exception +* Add rewrite functionality +* Add config package +* Change search results layout +* Add vendor go-yaml +* Change result text in DoPrint + ### 2.1.2 [2016-09-29] * Add redirect for slash handling diff --git a/README.md b/README.md index bfc9609..12f8713 100644 --- a/README.md +++ b/README.md @@ -167,8 +167,8 @@ For the full copyright and license information, please view the LICENSE.txt file [godoc-image]: https://godoc.org/github.com/yieldbot/ferret?status.svg [release-url]: https://github.com/yieldbot/ferret/releases/latest -[release-image]: https://img.shields.io/badge/release-v2.1.2-blue.svg +[release-image]: https://img.shields.io/badge/release-v3.0.0-blue.svg -[download-darwin-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v2.1.2/ferret-darwin-amd64.zip -[download-linux-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v2.1.2/ferret-linux-amd64.zip -[download-windows-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v2.1.2/ferret-windows-amd64.zip +[download-darwin-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v3.0.0/ferret-darwin-amd64.zip +[download-linux-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v3.0.0/ferret-linux-amd64.zip +[download-windows-amd64-url]: https://github.com/yieldbot/ferret/releases/download/v3.0.0/ferret-windows-amd64.zip