From 5ec11588db26960526dccc39cf40367a54d76e16 Mon Sep 17 00:00:00 2001 From: Johan Brandhorst Date: Wed, 11 Mar 2020 09:42:37 +0000 Subject: [PATCH] Generate changelog for 1.14.3 --- CHANGELOG.md | 11 +++++++++++ Makefile | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2676120084..816d64543a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v1.14.3](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.14.3) (2020-03-11) +[Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.14.2...v1.14.3) + +**Merged pull requests:** + +- Move httprule back into the public API [\#1169](https://github.com/grpc-ecosystem/grpc-gateway/pull/1169) ([johanbrandhorst](https://github.com/johanbrandhorst)) + +**Closed issues:** + +- Missing httprule breaks our module [\#1168](https://github.com/grpc-ecosystem/grpc-gateway/issues/1168) + ## [v1.14.2](https://github.com/grpc-ecosystem/grpc-gateway/tree/v1.14.2) (2020-03-09) [Full Changelog](https://github.com/grpc-ecosystem/grpc-gateway/compare/v1.14.1...v1.14.2) diff --git a/Makefile b/Makefile index 6c4a34d3fa2..60db5e3561c 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ changelog: --compare-link \ --github-site=https://github.com \ --unreleased-label "**Next release**" \ - --future-release=v1.14.2 + --future-release=v1.14.3 lint: golint --set_exit_status ./runtime golint --set_exit_status ./utilities/...