From 86acbd60cd37c18127347778c5f15065a11852f5 Mon Sep 17 00:00:00 2001 From: Marc Neudert Date: Mon, 4 May 2020 18:52:39 +0200 Subject: [PATCH] Release v1.1.0 --- CHANGELOG.md | 2 +- mix.exs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 415da4d..147fcc1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/mix.exs b/mix.exs index f27e410..663c719 100644 --- a/mix.exs +++ b/mix.exs @@ -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", @@ -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