Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 21, 2020
1 parent 58e3f8c commit 7baedd4
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

## v0.6.0-dev
## v0.6.0 (2020-09-21)

- Enhancements
- Reduced memory usage when loading a database from a remote location ([#3](https://github.com/elixir-geolix/adapter_mmdb2/pull/3))
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 the Geolix MMDB2 Adapter with your projects, edit your `mix.exs` file and
defp deps do
[
# ...
{:geolix_adapter_mmdb2, "~> 0.5.0"},
{:geolix_adapter_mmdb2, "~> 0.6.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.Adapter.MMDB2.MixProject do
[
app: :geolix_adapter_mmdb2,
name: "Geolix Adapter: MMDB2",
version: "0.6.0-dev",
version: "0.6.0",
elixir: "~> 1.7",
aliases: aliases(),
deps: deps(),
Expand Down Expand Up @@ -91,7 +91,7 @@ defmodule Geolix.Adapter.MMDB2.MixProject do
]
],
main: "Geolix.Adapter.MMDB2",
source_ref: "master",
source_ref: "v0.6.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 7baedd4

Please sign in to comment.