Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
carlhoerberg committed Jul 24, 2024
1 parent 6efde94 commit 8c2e79b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/sparoid/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Sparoid
VERSION = "1.1.0"
VERSION = "1.2.0"
end

0 comments on commit 8c2e79b

Please sign in to comment.