Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Nov 7, 2011
1 parent 0835037 commit 637ffdd
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,21 @@
v1.1.11
=======
* support self-signed SSL certs for IRC - Ville Lautanala <lautis@gmail.com>
* twilio adapter fixups - Tom Bell
* XMPP adapter fixups - Patrik Votocek <patrik@votocek.cz>
* Everyone gets a pug - Jon Maddox <jon@jonmaddox.com>
* Accept contact list requests - Arlo Carreon <arlo.carreon@gmail.com>
* Google talk whitelisting support - pescuma <pescuma@chaordicsystems.com>

v1.1.10
=======
* Fix optparse problems on certain linuxes
* IRC adapter fixups for users - Andrew Nordman <cadwallion@gmail.com>
* Bump npm irc depedency - BrokenEnso <ericday96@gmail.com>
* accept invites on IRC - Dingding Ye <yedingding@gmail.com>
* Support talkerapp style @replies - Charles Barbier <unixcharles@gmail.com>
* Set hubot's google talk status properly - Matt McCormick <mbmccormick@gmail.com>

v1.1.9
======
* Add a google talk adapter - Arlo Carreon <arlo.carreon@gmail.com>
Expand Down
2 changes: 1 addition & 1 deletion 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",
Expand Down
4 changes: 2 additions & 2 deletions src/templates/package.json
Expand Up @@ -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"
}
}

0 comments on commit 637ffdd

Please sign in to comment.