Skip to content

Commit

Permalink
Bump to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Nickforall committed May 18, 2021
1 parent 225da42 commit 611dd4e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.2

- OTP 24 support

## 0.4.1

- Add config value to prevent KeyStore from crashing (@lucasavila00 #19)
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.4.1"}
{:ex_firebase_auth, "~> 0.4.2"}
]
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.4.1",
version: "0.4.2",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit 611dd4e

Please sign in to comment.