From 51d099e6832dcfdf5447aa0cb69d153dc92467b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Tue, 1 Nov 2016 14:06:09 +0100 Subject: [PATCH] Prepare v0.3.1 release --- CHANGELOG.md | 11 +++++++---- README.md | 15 ++++++++------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 15a3a05..d5b533b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,11 @@ -# CHANGELOG +# Changelog -This file is a manually maintained list of changes for each release. Feel free -to add your changes here when sending pull requests. Also send corrections if -you spot any mistakes. +## 0.3.1 (2016-11-01) + +* Fix: Make parser more robust by supporting parsing messages with missing space after colon + (#29 by @bonan, @clue) + +* Improve documentation ## 0.3.0 (2015-03-31) diff --git a/README.md b/README.md index e80c6de..325bced 100644 --- a/README.md +++ b/README.md @@ -283,16 +283,17 @@ This is a shortcut to get the value of the "Event" field. ## Install -The recommended way to install this library is [through composer](http://getcomposer.org). [New to composer?](http://getcomposer.org/doc/00-intro.md) +The recommended way to install this library is [through Composer](http://getcomposer.org). +[New to Composer?](http://getcomposer.org/doc/00-intro.md) -```JSON -{ - "require": { - "clue/ami-react": "~0.3.0" - } -} +This will install the latest supported version: + +```bash +$ composer require clue/ami-react:^0.3 ``` +See also the [CHANGELOG](CHANGELOG.md) for details about version upgrades. + ## Tests In order to run the tests, you need PHPUnit: