From 8c2e79b204b1b98e45a5ac708eb8a6ef696001b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carl=20H=C3=B6rberg?= Date: Wed, 24 Jul 2024 04:32:07 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ lib/sparoid/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 035d364..872f85a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.2.0] - 2024-07-24 + +- Lookup public IP using http://checkip.amazonaws.com, as it's more reliable for IPv6 connections than the DNS method + ## [1.1.0] - 2023-03-03 - Allow override of public ip, open for someone else by passing `:open_for_ip` to `Sparoid.auth(..., open_for_ip:)` (#11) diff --git a/lib/sparoid/version.rb b/lib/sparoid/version.rb index 70a1674..f3d16c8 100644 --- a/lib/sparoid/version.rb +++ b/lib/sparoid/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Sparoid - VERSION = "1.1.0" + VERSION = "1.2.0" end