Skip to content

Commit

Permalink
Release 2.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Jul 31, 2012
1 parent 8daf302 commit 89e1d10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,6 +1,6 @@
# Changelog

## master
## Release 2.6.4

* SERVER: Added .CW TLD server.

Expand All @@ -22,7 +22,7 @@

* FIXED: whois.rnids.rs parser should support statuses Locked, Expired, and In Transfer.

* FIXED: whois.nic.gs parser should support status `Excluded - Pending Delete - Restorable`.
* FIXED: whois.nic.gs parser should support status `Excluded - Pending Delete - Restorable` (GH-180). [Thanks @smith]

* CHANGED: Deprecated options[:web] for :web adapter in favor of options[:url].

Expand Down
2 changes: 1 addition & 1 deletion lib/whois/version.rb
Expand Up @@ -13,7 +13,7 @@ module Whois
module Version
MAJOR = 2
MINOR = 6
PATCH = 3
PATCH = 4
BUILD = nil

STRING = [MAJOR, MINOR, PATCH, BUILD].compact.join(".")
Expand Down

0 comments on commit 89e1d10

Please sign in to comment.