We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 801c418 commit 32d9a92Copy full SHA for 32d9a92
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## v0.9.4 (2018-10-18)
4
+
5
+### Improvements
6
7
+* Relaxed `hackney` version requirements
8
9
## v0.9.3 (2018-08-13)
10
11
### Bug fixes
mix.exs
@@ -1,7 +1,7 @@
defmodule OAuth2.Mixfile do
use Mix.Project
- @version "0.9.3"
+ @version "0.9.4"
def project do
[app: :oauth2,
@@ -17,7 +17,7 @@ defmodule OAuth2.Mixfile do
17
preferred_cli_env: [
18
"coveralls": :test,
19
"coveralls.detail": :test,
20
- "docs": :dev
+ docs: :dev
21
]]
22
end
23
0 commit comments