Skip to content

Commit 97e1897

Browse files
committed
bump 0.11.4 -> 0.11.5
1 parent addcb4b commit 97e1897

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## v0.11.5 (2025-11-14)
4+
5+
### Enhancements
6+
7+
* Feat add `exception_log_filter` option to server
8+
9+
### Bug fixes
10+
11+
* Fix ensure thers is only one `GRPC.Client.Supervisor`.
12+
* Fix report `GRPC.Errors` as normal shutdowns
13+
314
## v0.11.4 (2025-11-07)
415

516
### Enhancements

mix.exs

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

44
@source_url "https://github.com/elixir-grpc/grpc"
5-
@version "0.11.4"
5+
@version "0.11.5"
66

77
def project do
88
[

0 commit comments

Comments
 (0)