Skip to content

Commit

Permalink
Generate changelog for 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
johanbrandhorst committed Mar 11, 2020
1 parent 13f6eb3 commit 5ec1158
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/...
Expand Down

0 comments on commit 5ec1158

Please sign in to comment.