Skip to content

Commit b0fa808

Browse files
committed
Release v1.6.1
1 parent cec7786 commit b0fa808

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.6.1
4+
5+
### Bug fixes and improvements
6+
7+
* Default to using Erlang certificate store (see [`public_key:cacerts_get/0`](https://www.erlang.org/doc/apps/public_key/public_key.html#cacerts_get-0) and friends) if available, instead of [CAStore](https://github.com/elixir-mint/castore).
8+
* Don't send `RST_STREAM` frames in HTTP/2 if they are not needed (this is a network optimization, not visible to users of Mint).
9+
310
## v1.6.0
411

512
### New features

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.6.0"
4+
@version "1.6.1"
55
@repo_url "https://github.com/elixir-mint/mint"
66

77
def project do

0 commit comments

Comments
 (0)