Skip to content

Commit 9cde2d4

Browse files
authored
bump version and changelog for release (#81)
1 parent 0f3ceb7 commit 9cde2d4

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v0.3.3 (2026-04-13)
4+
5+
Move debug log from `info` to `debug` log levels
6+
37
## v0.3.2 (2026-04-12)
48

59
Update protobuf dependency and fix warnings

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule GrpcReflection.MixProject do
22
use Mix.Project
33

4-
@version "0.3.2"
4+
@version "0.3.3"
55
@source_url "https://github.com/elixir-grpc/grpc-reflection"
66
@description "gRPC reflection server for Elixir"
77

0 commit comments

Comments
 (0)