From 7ce29dc13527827ac7791484b8fa16ae50be80cb Mon Sep 17 00:00:00 2001 From: Jeevanandam M Date: Fri, 2 Jun 2017 11:30:13 -0700 Subject: [PATCH] readme update for v0.7 release [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c365c2a..2e5990d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ahttp - aah framework -[![Build Status](https://travis-ci.org/go-aah/ahttp.svg?branch=master)](https://travis-ci.org/go-aah/ahttp) [![codecov](https://codecov.io/gh/go-aah/ahttp/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/ahttp/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/ahttp.v0)](https://goreportcard.com/report/aahframework.org/ahttp.v0) [![Version](https://img.shields.io/badge/version-0.6-blue.svg)](https://github.com/go-aah/ahttp/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/ahttp.v0?status.svg)](https://godoc.org/aahframework.org/ahttp.v0) [![License](https://img.shields.io/github/license/go-aah/ahttp.svg)](LICENSE) +[![Build Status](https://travis-ci.org/go-aah/ahttp.svg?branch=master)](https://travis-ci.org/go-aah/ahttp) [![codecov](https://codecov.io/gh/go-aah/ahttp/branch/master/graph/badge.svg)](https://codecov.io/gh/go-aah/ahttp/branch/master) [![Go Report Card](https://goreportcard.com/badge/aahframework.org/ahttp.v0)](https://goreportcard.com/report/aahframework.org/ahttp.v0) [![Version](https://img.shields.io/badge/version-0.7-blue.svg)](https://github.com/go-aah/ahttp/releases/latest) [![GoDoc](https://godoc.org/aahframework.org/ahttp.v0?status.svg)](https://godoc.org/aahframework.org/ahttp.v0) [![License](https://img.shields.io/github/license/go-aah/ahttp.svg)](LICENSE) -***v0.6 [released](https://github.com/go-aah/ahttp/releases/latest) and tagged on May 08, 2017*** +***v0.7 [released](https://github.com/go-aah/ahttp/releases/latest) and tagged on Jun 02, 2017*** HTTP Library built to process, manipulate Request and Response (headers, body, gzip, etc).