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