Skip to content

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mallardduck committed Mar 3, 2020
1 parent 31330ea commit 5543b7f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5543b7f

Please sign in to comment.