Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
Allow override of public ip, open for someone else by passing `:open_for_ip` to `Sparoid.auth(..., open_for_ip:)` (#11)
  • Loading branch information
jage committed Mar 3, 2023
1 parent 9745d07 commit 1dfca9a
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.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)

## [1.0.22] - 2023-02-01

- Fix `Addrinfo SocketError` should raise `Sparoid::ResolvError` (#10)
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.0.22"
VERSION = "1.1.0"
end

0 comments on commit 1dfca9a

Please sign in to comment.