We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c903bc commit 8a9b817Copy full SHA for 8a9b817
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v1.7.0
10
11
### Bug Fixes and Improvements
mix.exs
@@ -1,7 +1,7 @@
defmodule Mint.MixProject do
use Mix.Project
- @version "1.7.0"
+ @version "1.7.1"
@repo_url "https://github.com/elixir-mint/mint"
def project do
0 commit comments