Skip to content
This repository was archived by the owner on Feb 11, 2025. It is now read-only.

Commit 801a51c

Browse files
author
Andy Newton
committed
updated to publish 1.2.2
1 parent 510599b commit 801a51c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ with the latest RDAP specifications.
118118
* 1.2.1
119119
* Updated asn.json and dns.json bootstrap files from IANA.
120120
* Fixed small bug in self IP lookup which incorrectly expected RIPE stat to be an RDAP server.
121+
* 1.2.2
122+
* Fixed bug where 4xx and 5xx return codes caused a stack trace.
121123

122124
# System Requirements
123125

lib/nicinfo/constants.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
module NicInfo
2020

21-
VERSION = "1.2.1"
21+
VERSION = "1.2.2"
2222
VERSION_LABEL = "NicInfo v." + VERSION
2323
COPYRIGHT = "Copyright (c) 2011-2017 American Registry for Internet Numbers (ARIN)"
2424
CONFIG_VERSION = 3

0 commit comments

Comments
 (0)