Skip to content

Commit

Permalink
bump version; update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
scrogson committed Apr 12, 2019
1 parent 41b0047 commit 2bf3d4d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog

## v1.0.1 (2019-04-12)

### Bug fixes

- Always use the provided serializer if one is registered (#132)

## v1.0.0 (2019-03-13)

### Backward Incompatible Changes
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
@@ -1,7 +1,7 @@
defmodule OAuth2.Mixfile do
use Mix.Project

@version "1.0.0"
@version "1.0.1"

def project do
[app: :oauth2,
Expand All @@ -26,7 +26,7 @@ defmodule OAuth2.Mixfile do
end

defp deps do
[{:hackney, "~> 1.13.0"},
[{:hackney, "~> 1.13"},

# Test dependencies
{:jason, "~> 1.0", only: :test},
Expand Down

0 comments on commit 2bf3d4d

Please sign in to comment.