Skip to content

Commit

Permalink
Release v0.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Oct 18, 2018
1 parent 801c418 commit 32d9a92
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.9.4 (2018-10-18)

### Improvements

* Relaxed `hackney` version requirements

## v0.9.3 (2018-08-13)

### Bug fixes
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule OAuth2.Mixfile do
use Mix.Project

@version "0.9.3"
@version "0.9.4"

def project do
[app: :oauth2,
Expand All @@ -17,7 +17,7 @@ defmodule OAuth2.Mixfile do
preferred_cli_env: [
"coveralls": :test,
"coveralls.detail": :test,
"docs": :dev
docs: :dev
]]
end

Expand Down

0 comments on commit 32d9a92

Please sign in to comment.