From c0a708eb36e3c542baad876d4f81557ca5f58330 Mon Sep 17 00:00:00 2001 From: Jamie Patel Date: Thu, 26 Mar 2015 20:10:52 +0000 Subject: [PATCH] v 0.1.0 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..693830f --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +0.1.0 / 2015-03-26 +================== + +*Instantiation of client from credentials, URL or environment variables. +* User can trigger Pusher events on single channels, multiple channels, and exclude recipients +* Authentication of private and presence channels +* Pusher webhook validation +* Querying application state +* Cluster configuration, HTTPS support, timeout configuration. \ No newline at end of file