Skip to content

Commit 7bb9ee7

Browse files
committed
Release v1.5.2
1 parent 56edf53 commit 7bb9ee7

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v1.5.2
4+
5+
### Bug fixes and improvements
6+
7+
* Fix a memory leak with `Mint.HTTP1` connections which would stay open but
8+
report as closed on timeouts.
9+
310
## v1.5.1
411

512
### Bug fixes and improvements

mix.exs

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

4-
@version "1.5.1"
4+
@version "1.5.2"
55
@repo_url "https://github.com/elixir-mint/mint"
66

77
def project do

0 commit comments

Comments
 (0)