Skip to content

Commit 8a9b817

Browse files
committed
Release v1.7.1
1 parent 8c903bc commit 8a9b817

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v1.7.1
4+
5+
### Bug Fixes and Improvements
6+
7+
* Fix a bug introduced in the previous version that broke `Mint.HTTP.open?/1`.
8+
39
## v1.7.0
410

511
### Bug Fixes and Improvements

mix.exs

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

77
def project do

0 commit comments

Comments
 (0)