From 259aefe73e612d291304d9fc6bf677c498fc38ac Mon Sep 17 00:00:00 2001 From: Adam Lehechka <42357034+alehechka@users.noreply.github.com> Date: Sat, 30 Jul 2022 22:31:50 -0500 Subject: [PATCH] Release v0.2.2 (#10) --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4535bd8..b4639a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## [v0.2.2](https://github.com/alehechka/grpc-graphql-gateway/releases/tag/v0.2.2) + +- GitHub Action Workflows - Pull Request Verification ([#7](https://github.com/alehechka/grpc-graphql-gateway/pull/7)) +- GitHub Action Workflows - Tagged Releases ([#9](https://github.com/alehechka/grpc-graphql-gateway/pull/9)) + ## [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))