Skip to content

Commit

Permalink
Add CHANGELOG and bump version to 0.0.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmycuadra committed Jun 24, 2013
1 parent 3db6470 commit 17ad6f7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Changelog

## 0.0.3 (June 23, 2013)

* Added command help.
* When a user attempts to modify a term and is rate limited, Lita no longer also displays the term's current karma.

## 0.0.2 (June 22, 2013)

* Added term linking.
* Added `karma modified` command.
* Added rate limiting via `config.handlers.karma.cooldown`.

## 0.0.1 (June 15, 2003)

Initial release.
2 changes: 1 addition & 1 deletion lita-karma.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-karma"
spec.version = "0.0.2"
spec.version = "0.0.3"
spec.authors = ["Jimmy Cuadra"]
spec.email = ["jimmy@jimmycuadra.com"]
spec.description = %q{A Lita handler for tracking karma points for arbitrary terms.}
Expand Down

0 comments on commit 17ad6f7

Please sign in to comment.