From cff956cb9f07b40516d26d5ecdbb89efb799144e Mon Sep 17 00:00:00 2001 From: Robin Joseph Date: Wed, 20 Nov 2019 21:19:12 -0800 Subject: [PATCH] v2.0.1 --- CHANGELOG.md | 8 ++++++++ README.md | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ea4cf..41e9ca2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ + +## [v2.0.1](https://github.com/robinjoseph08/go-pg-migrations/compare/v2.0.0...v2.0.1) (2019-11-20) + +### Bug Fixes + +* **create:** update migration template to refer to /v2 ([#18](https://github.com/robinjoseph08/go-pg-migrations/issues/18)) + + ## [v2.0.0](https://github.com/robinjoseph08/go-pg-migrations/compare/v1.0.1...v2.0.0) (2019-10-26) diff --git a/README.md b/README.md index 6d4d9c0..22c2e36 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-pg-migrations -[![Version](https://img.shields.io/badge/version-v2.0.0-green.svg)](https://github.com/robinjoseph08/go-pg-migrations/releases) +[![Version](https://img.shields.io/badge/version-v2.0.1-green.svg)](https://github.com/robinjoseph08/go-pg-migrations/releases) [![GoDoc](https://godoc.org/github.com/robinjoseph08/go-pg-migrations?status.svg)](http://godoc.org/github.com/robinjoseph08/go-pg-migrations) [![Build Status](https://travis-ci.org/robinjoseph08/go-pg-migrations.svg?branch=master)](https://travis-ci.org/robinjoseph08/go-pg-migrations) [![Coverage Status](https://coveralls.io/repos/github/robinjoseph08/go-pg-migrations/badge.svg?branch=master)](https://coveralls.io/github/robinjoseph08/go-pg-migrations?branch=master)