CHANGELOG.md in lita-jira-0.8.1 vs CHANGELOG.md in lita-jira-0.9.0
- old
+ new
@@ -3,14 +3,27 @@
All notable changes to this project will be documented in this file.
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/