From 4f352302a1d633cf9037c905cfd36bc629030846 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 21 Feb 2014 18:39:51 +0100 Subject: [PATCH] Made version parameter private (by @vimishor). Signed-off-by: Jacob Kiers --- CHANGELOG.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3496ef3..46548b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ -Version 1.0.X (2013-11-XX) - * Merged changes by @VictorBjelkholm. This results in a BC break: - Request\Request now requires the 'oauth_consumer_key' as a parameter - in the contructor. +Version 1.0.10 (2014-02-21) + + * Made version parameter optional (@vimishor) + +Version 1.0.9 (2013-11-19) + + * Merged changes by @VictorBjelkholm. This results in a BC break: + Request\Request now requires the 'oauth_consumer_key' as a parameter + in the contructor.