From e4d5cbc7f20db83334bfc85dbb5aa2e3dce96537 Mon Sep 17 00:00:00 2001 From: James Harris Date: Wed, 22 May 2024 09:31:05 +1000 Subject: [PATCH] Bump version to v0.2.3. --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39448b2..6427b82 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,12 @@ The format is based on [Keep a Changelog], and this project adheres to [Keep a Changelog]: https://keepachangelog.com/en/1.0.0/ [Semantic Versioning]: https://semver.org/spec/v2.0.0.html +## [0.2.3] - 2024-05-22 + +### Added + +- Generate a basic stub implementation of each gRPC client interface. + ## [0.2.2] - 2024-05-15 ### Fixed