From 83601c662f69f02095299225693fd35af0711a6e Mon Sep 17 00:00:00 2001 From: Craig Davis Date: Mon, 10 Nov 2014 16:33:45 -0700 Subject: [PATCH] Bump version 0.9.2 --- README.md | 4 ++++ composer.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b632cc2..fb2f046 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,7 @@ See the companion repo at [there4/slim-unit-testing-example][example]. [example]: https://github.com/there4/slim-unit-testing-example + +## Changelog + +* __0.9.2__: Add support for custom request body. Enabling raw json posting. Contributed by @olerass diff --git a/composer.json b/composer.json index 637a705..4d64b38 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "there4/slim-test-helpers", - "version": "0.9.1", + "version": "0.9.2", "description": "Integration testing helpers for the Slim Framework", - "keywords": ["slim"], + "keywords": ["slim", "slim testing"], "homepage": "https://github.com/there4/slim-test-helpers", "type": "library", "license": "MIT",