Skip to content

Commit dcb0789

Browse files
committed
Release v2.0.0
1 parent 8f0d926 commit dcb0789

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## v2.0.0-dev
3+
## v2.0.0 (2020-09-20)
44

55
- Enhancements
66
- 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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ To use Geolix with your projects, edit your `mix.exs` file and add the project a
1010
defp deps do
1111
[
1212
# ...
13-
{:geolix, "~> 1.0"},
13+
{:geolix, "~> 2.0"},
1414
# ...
1515
]
1616
end

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ defmodule Geolix.MixProject do
77
[
88
app: :geolix,
99
name: "Geolix",
10-
version: "2.0.0-dev",
10+
version: "2.0.0",
1111
elixir: "~> 1.7",
1212
deps: deps(),
1313
description: "IP information lookup provider",
@@ -53,7 +53,7 @@ defmodule Geolix.MixProject do
5353
defp docs do
5454
[
5555
main: "Geolix",
56-
source_ref: "master",
56+
source_ref: "v2.0.0",
5757
source_url: @url_github
5858
]
5959
end

0 commit comments

Comments
 (0)