From b0cad5217f66a8e78acc6cc2099b5485d89f0f9f Mon Sep 17 00:00:00 2001 From: darronschall Date: Mon, 20 May 2024 14:43:48 -0400 Subject: [PATCH] Update CHANGELOG.md Group unreleased changes into the 1.1.0 release. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c35b468..9fd96bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +- Nothing (yet) + +## [1.1.0] - 2024-05-21 + - Add support for `ruby_package` option in proto files for generated output - [#28](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/28) - Update to `protoc` 26.1 to generate the plugin interface Ruby messages - [#27](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/27) - Add `generate=` option to customize generated output - [#23](https://github.com/collectiveidea/protoc-gen-twirp_ruby/pull/23)