Skip to content

Commit 10f250b

Browse files
authored
Release 2.2.1 (#26)
1 parent 992ab16 commit 10f250b

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [2.2.1] - 2026-06-30
2+
3+
- Make Sparoid::Instance public-IP resolution thread-safe and empty-aware; raise Sparoid::PublicIPError when no public IP resolves (#25)
4+
15
## [2.2.0] - 2026-05-06
26

37
- Raise when sendmsg fails for every resolved address (#23)

lib/sparoid/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Sparoid
4-
VERSION = "2.2.0"
4+
VERSION = "2.2.1"
55
end

0 commit comments

Comments
 (0)