Skip to content

Commit

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

## 0.2.1

- Tweaked the refresh interval of fetching private keys from Google

## 0.2.0

- Improve performance of fetching public keys by storing them in an ETS table
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.2.0",
version: "0.2.1",
elixir: "~> 1.11",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand Down

0 comments on commit c028df5

Please sign in to comment.