From f37ccc165695fb91e0e782d862b84397118b7151 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Wed, 20 Sep 2017 23:43:35 +0200 Subject: [PATCH] feat(version): bump to v2.0.2 --- History.md | 6 ++++++ README.md | 2 +- version.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/History.md b/History.md index 633dd94..54d79b2 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,10 @@ +v2.0.2 / 2017-09-20 +=================== + + * fix(#36): make middleware layer thread-safe + * feat(docs): add sponsor ad + v2.0.1 / 2017-09-14 =================== diff --git a/README.md b/README.md index 056b779..8d9a535 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# gentleman [![Build Status](https://travis-ci.org/h2non/gentleman.png)](https://travis-ci.org/h2non/gentleman) [![GitHub release](https://img.shields.io/badge/version-2.0.1-orange.svg?style=flat)](https://github.com/h2non/gentleman/releases) [![GoDoc](https://godoc.org/gopkg.in/h2non/gentleman.v2?status.svg)](https://godoc.org/gopkg.in/h2non/gentleman.v2) [![Coverage Status](https://coveralls.io/repos/github/h2non/gentleman/badge.svg?branch=master)](https://coveralls.io/github/h2non/gentleman?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/h2non/gentleman)](https://goreportcard.com/report/github.com/h2non/gentleman) [![Go Version](https://img.shields.io/badge/go-v2.0+-green.svg?style=flat)](https://github.com/h2non/gentleman) +# gentleman [![Build Status](https://travis-ci.org/h2non/gentleman.png)](https://travis-ci.org/h2non/gentleman) [![GitHub release](https://img.shields.io/badge/version-2.0.2-orange.svg?style=flat)](https://github.com/h2non/gentleman/releases) [![GoDoc](https://godoc.org/gopkg.in/h2non/gentleman.v2?status.svg)](https://godoc.org/gopkg.in/h2non/gentleman.v2) [![Coverage Status](https://coveralls.io/repos/github/h2non/gentleman/badge.svg?branch=master)](https://coveralls.io/github/h2non/gentleman?branch=master) [![Go Report Card](https://goreportcard.com/badge/github.com/h2non/gentleman)](https://goreportcard.com/report/github.com/h2non/gentleman) [![Go Version](https://img.shields.io/badge/go-v2.0+-green.svg?style=flat)](https://github.com/h2non/gentleman) Full-featured, plugin-driven, middleware-oriented toolkit to easily create rich, versatile and composable HTTP clients in [Go](http://golang.org). diff --git a/version.go b/version.go index 3428b44..0896755 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package gentleman // Version defines the package semantic version -const Version = "2.0.1" +const Version = "2.0.2"