Skip to content

Commit

Permalink
Bump to 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickforall committed Apr 7, 2021
1 parent c9b2705 commit 38ef33d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.4.0

- Support Elixir 1.10
- Added a pluggable KeySource for testing of library
- Added more comprehensive errors for invalid tokens
- Added tests

## 0.3.1

- Fixed an issue where token store was never refreshed
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ by adding `ex_firebase_auth` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_firebase_auth, "~> 0.3.1"}
{:ex_firebase_auth, "~> 0.4.0"}
]
end
```
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule ExFirebaseAuth.MixProject do
def project do
[
app: :ex_firebase_auth,
version: "0.3.1",
version: "0.4.0",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 38ef33d

Please sign in to comment.