From 5543b7f654d237cd603838034cbb04f65e294efd Mon Sep 17 00:00:00 2001 From: MallardDuck Date: Mon, 2 Mar 2020 19:38:57 -0500 Subject: [PATCH] Bump to 1.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4235726..0ef6d7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.1.0] - 2020-03-02 +### Added +- Added a local `SocketClient` as a thin wrapper for PHP stream sockets. +- Added exception for new `SocketClient` for when things go wrong. + ### Changed +- Modified how `AbstractWhoisClient::createConnection` works internally by swapping `SocketClient`. - Tweaked how `getSearchableHostname()` functions to allow host/glue record look up. +### Removed +- Dependency on `hoa/socket` library. + ## [1.0.1] - 2020-02-24 ### Changed - Locked `league/uri` and `league/uri-components` to fix breaking upstream changes.