Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iamvery committed Feb 3, 2016
1 parent c55cfca commit d07dafb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.0] - 2016-02-03

### Changed
- Use Lita's handler configuration rather than ENV for GH token.

Expand All @@ -27,7 +29,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Start versioning gem.

[Unreleased]: https://github.com/iamvery/lita-reviewme/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/iamvery/lita-reviewme/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/iamvery/lita-reviewme/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/iamvery/lita-reviewme/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/iamvery/lita-reviewme/compare/v0.0.1...v0.1.0
[0.0.1]: https://github.com/iamvery/lita-reviewme/compare/a02548...v0.0.1
2 changes: 1 addition & 1 deletion lita-reviewme.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "lita-reviewme"
spec.version = "0.2.0"
spec.version = "0.3.0"
spec.authors = ["Jay Hayes"]
spec.email = ["ur@iamvery.com"]
spec.description = %q{A lita handler that helps with code review}
Expand Down

0 comments on commit d07dafb

Please sign in to comment.