Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed May 4, 2020
1 parent 848bba9 commit 86acbd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## v1.1.0-dev
## v1.1.0 (2020-05-04)

- Enhancements
- Configuring `startup_sync: true` allows you to ensure a synchronous database load is done during startup. This may have unwanted consequences when your loading process takes longer than around 5 seconds (default startup timeout), e.g. when loading a database from a remote location
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: "1.1.0-dev",
version: "1.1.0",
elixir: "~> 1.5",
deps: deps(),
description: "IP location lookup provider",
Expand Down Expand Up @@ -56,7 +56,7 @@ defmodule Geolix.MixProject do
[
extras: ["CHANGELOG.md", "README.md"],
main: "readme",
source_ref: "master",
source_ref: "v1.1.0",
source_url: @url_github
]
end
Expand Down

0 comments on commit 86acbd6

Please sign in to comment.