From 31e8f24dec4426f989aa35479e85da1250b93dbc Mon Sep 17 00:00:00 2001 From: Adam Lehechka <42357034+alehechka@users.noreply.github.com> Date: Sat, 30 Jul 2022 09:29:16 -0500 Subject: [PATCH] Release v0.2.1 (#6) --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a2fe952..4535bd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,25 @@ # CHANGELOG -## UNRELEASED +## [v0.2.1](https://github.com/alehechka/grpc-graphql-gateway/releases/tag/v0.2.1) + +- Containerize plugin for remote code generation via buf.build ([#5](https://github.com/alehechka/grpc-graphql-gateway/pull/5)) + +## [v0.2.0](https://github.com/alehechka/grpc-graphql-gateway/releases/tag/v0.2.0) + +- Resolve errant self imported package functions ([#1](https://github.com/alehechka/grpc-graphql-gateway/pull/1)) +- Generate GraphQL types for empty proto messages ([#2](https://github.com/alehechka/grpc-graphql-gateway/pull/2)) +- Allow Generation via buf.build and remote BSR proto dependency for graphql.proto by ([#3](https://github.com/alehechka/grpc-graphql-gateway/pull/3)) +- Generate google/protobuf GraphQL types by ([#4](https://github.com/alehechka/grpc-graphql-gateway/pull/4)) + +## [v0.1.0](https://github.com/alehechka/grpc-graphql-gateway/releases/tag/v0.1.0) - Resolve Import Issues ([#4](https://github.com/alehechka/forked-grpc-graphql-gateway/pull/4)) - Convert module path ([#3](https://github.com/alehechka/forked-grpc-graphql-gateway/pull/3)) - Refactor GraphqlHandler to expose host and DialOptions ([#1](https://github.com/alehechka/forked-grpc-graphql-gateway/pull/1)) - Resolve source_relative not respecting subpath proto files ([#2](https://github.com/alehechka/forked-grpc-graphql-gateway/pull/2)) +# Original Changelog for [ysugimoto/grpc-graphql-gateway](https://github.com/ysugimoto/grpc-graphql-gateway) + ## v0.22.0 - support parths=source_relative option [#51](https://github.com/ysugimoto/grpc-graphql-gateway/pull/51)