diff --git a/.github/.release-please-manifest.json b/.github/.release-please-manifest.json index 0df1fc4..969a64f 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.4.0" + "cmd/protoc-gen-elixir-grpc": "0.4.1" } diff --git a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md index f3bdafd..a625b04 100644 --- a/cmd/protoc-gen-elixir-grpc/CHANGELOG.md +++ b/cmd/protoc-gen-elixir-grpc/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/TrogonStack/protoc-gen/compare/protoc-gen-elixir-grpc@v0.4.0...protoc-gen-elixir-grpc@v0.4.1) (2025-12-29) + + +### Bug Fixes + +* **protoc-gen-elixir-grpc:** Reorder gRPC method ([#35](https://github.com/TrogonStack/protoc-gen/issues/35)) ([29e5c60](https://github.com/TrogonStack/protoc-gen/commit/29e5c604107a8cf1bb6a54717c486101893285e7)) + ## [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)