Skip to content

Commit

Permalink
Release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Sep 22, 2020
1 parent 6a74fc1 commit a758479
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.2.0-dev
## v0.2.0 (2020-09-22)

- Enhancements
- Usage of `Supervisor` functions becoming deprecated in Elixir `1.11.0` has been removed
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 Lookup Cache Adapter with your projects, edit your `mix.exs` file and
defp deps do
[
# ...
{:geolix_adapter_lookup_cache, "~> 0.1.0"},
{:geolix_adapter_lookup_cache, "~> 0.2.0"},
{:your_geolix_adapter_of_choice, "~> 0.1.0"},
# ...
]
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.LookupCache.MixProject do
[
app: :geolix_adapter_lookup_cache,
name: "Geolix Adapter: Lookup Cache",
version: "0.2.0-dev",
version: "0.2.0",
elixir: "~> 1.7",
deps: deps(),
description: "Lookup cache adapter for Geolix",
Expand Down Expand Up @@ -54,7 +54,7 @@ defmodule Geolix.Adapter.LookupCache.MixProject do
defp docs do
[
main: "Geolix.Adapter.LookupCache",
source_ref: "master",
source_ref: "v0.2.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit a758479

Please sign in to comment.