Skip to content

Commit

Permalink
Release v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 20, 2020
1 parent 8f0d926 commit dcb0789
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v2.0.0-dev
## v2.0.0 (2020-09-20)

- Enhancements
- Adapters can now utilize a `:delayed` response from the `Geolix.Adapter.load_database/1` callback combined with `Geolix.Database.Loader.set_loaded/1` for a lazy initialization. The database will not be used for lookups until set to the `:loaded` state
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ To use Geolix with your projects, edit your `mix.exs` file and add the project a
defp deps do
[
# ...
{:geolix, "~> 1.0"},
{:geolix, "~> 2.0"},
# ...
]
end
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ defmodule Geolix.MixProject do
[
app: :geolix,
name: "Geolix",
version: "2.0.0-dev",
version: "2.0.0",
elixir: "~> 1.7",
deps: deps(),
description: "IP information lookup provider",
Expand Down Expand Up @@ -53,7 +53,7 @@ defmodule Geolix.MixProject do
defp docs do
[
main: "Geolix",
source_ref: "master",
source_ref: "v2.0.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit dcb0789

Please sign in to comment.