From 189e462b07bbb883864a94f3871a2f1418edfabe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Sat, 13 May 2017 11:56:03 +0200 Subject: [PATCH 1/2] v1.0.1 update --- src/AblyRest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AblyRest.php b/src/AblyRest.php index fb9c1e9..b4695bf 100644 --- a/src/AblyRest.php +++ b/src/AblyRest.php @@ -13,7 +13,7 @@ class AblyRest { const API_VERSION = '1.0'; - const LIB_VERSION = '1.0.0'; + const LIB_VERSION = '1.0.1'; protected $options; protected static $libFlavour = ''; From e4d70a1e75f39c1813f401be8881a155f553bc8c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20David=20Ib=C3=A1=C3=B1ez?= Date: Mon, 15 May 2017 17:31:32 +0200 Subject: [PATCH 2/2] Fix links in Changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f480747..823c24b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Change Log -## [v1.0.0](https://github.com/ably/ably-php/tree/v1.0.0) +## [1.0.0](https://github.com/ably/ably-php/tree/1.0.0) -[Full Changelog](https://github.com/ably/ably-php/compare/0.9.0...v1.0.0) +[Full Changelog](https://github.com/ably/ably-php/compare/0.9.0...1.0.0) ### v1.0 release and upgrade notes from v0.8