From ce0f03f6ef95f29655b523d7e922a5905e254dc4 Mon Sep 17 00:00:00 2001 From: k1LoW Date: Sun, 3 Jul 2022 18:21:25 +0900 Subject: [PATCH] Bump up version number --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f824757..284cadc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [v0.2.1](https://github.com/k1LoW/grpcstub/compare/v0.2.0...v0.2.1) (2022-07-03) + +* Resolve relative proto paths for reflection [#4](https://github.com/k1LoW/grpcstub/pull/4) ([k1LoW](https://github.com/k1LoW)) + ## [v0.2.0](https://github.com/k1LoW/grpcstub/compare/v0.1.1...v0.2.0) (2022-07-03) * Add Server.Addr() [#3](https://github.com/k1LoW/grpcstub/pull/3) ([k1LoW](https://github.com/k1LoW))