diff --git a/CHANGELOG.md b/CHANGELOG.md index 993273e56..ca1ba3015 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +v1.1.11 +======= +* support self-signed SSL certs for IRC - Ville Lautanala +* twilio adapter fixups - Tom Bell +* XMPP adapter fixups - Patrik Votocek +* Everyone gets a pug - Jon Maddox +* Accept contact list requests - Arlo Carreon +* Google talk whitelisting support - pescuma + +v1.1.10 +======= +* Fix optparse problems on certain linuxes +* IRC adapter fixups for users - Andrew Nordman +* Bump npm irc depedency - BrokenEnso +* accept invites on IRC - Dingding Ye +* Support talkerapp style @replies - Charles Barbier +* Set hubot's google talk status properly - Matt McCormick + v1.1.9 ====== * Add a google talk adapter - Arlo Carreon diff --git a/package.json b/package.json index b794e924a..257896afa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hubot", - "version": "1.1.10", + "version": "1.1.11", "author": "hubot", "keywords": "github hubot campfire bot", "description": "A simple helpful Robot for your Company", diff --git a/src/templates/package.json b/src/templates/package.json index cf82e3ae4..0351af8d5 100644 --- a/src/templates/package.json +++ b/src/templates/package.json @@ -15,8 +15,8 @@ }, "dependencies": { - "hubot": "1.1.10", - "hubot-scripts": "1.1.6", + "hubot": "1.1.11", + "hubot-scripts": "1.1.7", "optparse": "1.0.3" } }