Skip to content

Commit 2bf3d4d

Browse files
committed
bump version; update changelog
1 parent 41b0047 commit 2bf3d4d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## v1.0.1 (2019-04-12)
4+
5+
### Bug fixes
6+
7+
- Always use the provided serializer if one is registered (#132)
8+
39
## v1.0.0 (2019-03-13)
410

511
### Backward Incompatible Changes

mix.exs

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
defmodule OAuth2.Mixfile do
22
use Mix.Project
33

4-
@version "1.0.0"
4+
@version "1.0.1"
55

66
def project do
77
[app: :oauth2,
@@ -26,7 +26,7 @@ defmodule OAuth2.Mixfile do
2626
end
2727

2828
defp deps do
29-
[{:hackney, "~> 1.13.0"},
29+
[{:hackney, "~> 1.13"},
3030

3131
# Test dependencies
3232
{:jason, "~> 1.0", only: :test},

0 commit comments

Comments
 (0)