CHANGELOG.md in jess-0.2.0 vs CHANGELOG.md in jess-0.3.0

- old
+ new

@@ -6,16 +6,21 @@ ## [Unreleased][] * Your contribution here! +## [0.3.0][] (2017-03-17) + +* Add `computers.all_ids` and `mobile_devices.all_ids` + ## [0.2.0][] (2017-01-21) * Improved support for using jess in irb with `awesome_print` by implementing `to_hash` on resources ## 0.1.0 (2016-10-03) * Initial release [Semver]: http://semver.org -[Unreleased]: https://github.com/mattbrictson/jess/compare/v0.2.0...HEAD +[Unreleased]: https://github.com/mattbrictson/jess/compare/v0.3.0...HEAD +[0.3.0]: https://github.com/mattbrictson/jess/compare/v0.2.0...v0.3.0 [0.2.0]: https://github.com/mattbrictson/jess/compare/v0.1.0...v0.2.0