Skip to content

Commit

Permalink
Cut 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
esigler committed Nov 27, 2017
1 parent 7fb5390 commit bf62e56
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
15 changes: 14 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,25 @@ This project adheres to [Semantic Versioning] and [Keep A Changelog].

## [Unreleased]

## [0.9.0] - 2017-11-27
### Improvements
- [#21] Provide additional information in error logging
- [#24] Search multiple issue keys in single message in ambient route
- Update testing to currently supported Ruby versions

### Fixes:
- [#22] Fix TODO regex to capture all information

## [0.7.2] - 2015-12-01
### Fixed
- Updated Simplecov invocation to newer style
- Adjusted ambient issue detection to avoid triggering on URL-like strings

[Unreleased]: https://github.com/esigler/lita-jira/compare/v0.7.2...HEAD
[#24]: https://github.com/esigler/lita-jira/pull/24
[#22]: https://github.com/esigler/lita-jira/pull/22
[#21]: https://github.com/esigler/lita-jira/pull/21
[Unreleased]: https://github.com/esigler/lita-jira/compare/v0.9.0...HEAD
[0.9.0]: https://github.com/esigler/lita-jira/compare/v0.8.1...v0.9.0
[0.7.2]: https://github.com/esigler/lita-jira/compare/v0.7.1...v0.7.2
[Semantic Versioning]: http://semver.org/
[Keep A Changelog]: http://keepachangelog.com/
2 changes: 1 addition & 1 deletion lita-jira.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'lita-jira'
spec.version = '0.8.1'
spec.version = '0.9.0'
spec.authors = ['Eric Sigler', 'Matt Critchlow', 'Tristan Chong', 'Lee Briggs', 'Kenneth Kwan']
spec.email = ['me@esigler.com', 'matt.critchlow@gmail.com', 'ong@tristaneuan.ch', 'lee@brig.gs', 'kenneth.m.kwan@gmail.com']
spec.description = 'A JIRA plugin for Lita.'
Expand Down

0 comments on commit bf62e56

Please sign in to comment.