Skip to content

Commit

Permalink
Prepare v1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
clue committed Aug 9, 2017
1 parent 11d1774 commit ad2999b
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## 1.2.0 (2017-08-09)

* Feature: Target evenement 3.0 a long side 2.0 and 1.0
(#16 by @WyriHaximus)

* Feature: Forward compatibility with EventLoop v1.0 and v0.5
(#18 by @clue)

* Improve test suite by updating Travis build config so new defaults do not break the build
(#17 by @clue)

## 1.1.1 (2017-01-23)

* Fix: Properly format IPv6 addresses and return `null` for unknown addresses
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Build Status](https://travis-ci.org/reactphp/datagram.svg?branch=master)](https://travis-ci.org/reactphp/datagram) [![Code Climate](https://codeclimate.com/github/reactphp/datagram/badges/gpa.svg)](https://codeclimate.com/github/reactphp/datagram)

UDP datagram socket client and server for reactphp
Event-driven UDP datagram socket client and server for [ReactPHP](http://reactphp.org)

## Quickstart example

Expand Down Expand Up @@ -38,7 +38,7 @@ The recommended way to install this library is [through Composer](http://getcomp
[New to Composer?](http://getcomposer.org/doc/00-intro.md)

```bash
$ composer require react/datagram:^1.1.1
$ composer require react/datagram:^1.2
```

See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades.
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react/datagram",
"description": "UDP datagram socket client and server for reactphp",
"keywords": ["udp", "datagram", "dgram", "socket", "client", "server", "react", "async"],
"description": "Event-driven UDP datagram socket client and server for ReactPHP",
"keywords": ["udp", "datagram", "dgram", "socket", "client", "server", "ReactPHP", "async"],
"homepage": "https://github.com/reactphp/datagram",
"license": "MIT",
"authors": [
Expand Down

0 comments on commit ad2999b

Please sign in to comment.