diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 2cec308..0df1fc4 100644 --- a/.github/.release-please-manifest.json +++ b/.github/.release-please-manifest.json @@ -1,4 +1,4 @@ { "cmd/protoc-gen-connect-go-servicestruct": "0.2.0", - "cmd/protoc-gen-elixir-grpc": "0.3.0" + "cmd/protoc-gen-elixir-grpc": "0.4.0" } diff --git a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md index 1c2fa45..f3bdafd 100644 --- a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md +++ b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir-grpc@v0.3.0...protoc-gen-elixir-grpc@v0.4.0) (2025-12-20) + + +### Features + +* **protoc-gen-elixir-grpc:** Add server_module_prefix option ([#33](https://github.com/TrogonStack/protoc-gen/issues/33)) ([e506d5d](https://github.com/TrogonStack/protoc-gen/commit/e506d5d3bd74175dd366b51e85f6b1070eaaeda2)) + ## [0.3.0](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir-grpc@v0.2.0...protoc-gen-elixir-grpc@v0.3.0) (2025-11-08)