Skip to content

Commit

Permalink
changelog and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
atmos committed Oct 27, 2011
1 parent 56bc14a commit 19b1d92
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,24 @@
v1.1.0
======

* Explicity errors for misconfigured campfire setup - Damien Mathieu <damien.mathieu@shazino.com>
* Support '-v' as a CLI opt to display version - Damien Mathieu <damien.mathieu@shazino.com>
* Tons of fixups to the hipchat adapter - Codafoo <cesar@webzense.net>, Assaf Arkin <assaf@labnotes.org>
* Various IRC adapter fixups - Mark Paschal <markpasc@markpasc.org>, Jesse Szwedko
* Enter/Leave events for adapters - Brian Donovan <me@brian-donovan.com>
* XMPP adapter fixups - codec <codec@fnord.cx>,
* Break out persistence layer to make it easier to have multiple backends - technoweenie
* Various refactorings/cleanups - Tom Bell <tomb@tombell.org.uk>
* translation script enhancements - OiNutter <willmckenzie@oinutter.co.uk>
* XMPP user persistence fixups - Andy Fowler <andy@andyfowler.com>

Upgrading
---------
If you're using the redis persistence you're going to need to enable
'redis-brain.coffee' in your hubot-scripts.json file. It was moved
there and the brain now supports events allowing you to use any
persistence backend you want.

v1.0.5
======

Expand Down
2 changes: 1 addition & 1 deletion src/templates/hubot-scripts.json
@@ -1 +1 @@
["tweet.coffee", "shipit.coffee"]
["redis-brain.coffee", "tweet.coffee", "shipit.coffee"]
4 changes: 2 additions & 2 deletions src/templates/package.json
Expand Up @@ -15,7 +15,7 @@
},

"dependencies": {
"hubot": ">= 1.0.6",
"hubot-scripts": ">= 1.0.4"
"hubot": ">= 1.1.0",
"hubot-scripts": ">= 1.1.0"
}
}

0 comments on commit 19b1d92

Please sign in to comment.