From 45311d5ee2c041563d92a15bbae76a32d300a026 Mon Sep 17 00:00:00 2001 From: Matt Brictson Date: Sun, 10 Feb 2019 00:22:13 -0800 Subject: [PATCH] Preparing v0.9.0 --- CHANGELOG.md | 6 +++++- lib/chandler/version.rb | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bddf3ab..b68f4f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,9 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec ## [Unreleased][] * Your contribution here! + +## [0.9.0][] (2019-02-10) + * [#45](https://github.com/mattbrictson/chandler/pull/45): Submit link references together with the release notes for each version so that links are always properly rendered - [@deivid-rodriguez](https://github.com/deivid-rodriguez) ## [0.8.0][] (2019-01-26) @@ -60,7 +63,8 @@ chandler is in a pre-1.0 state. This means that its APIs and behavior are subjec * Initial release [Semver]: http://semver.org -[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.8.0...HEAD +[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.9.0...HEAD +[0.9.0]: https://github.com/mattbrictson/chandler/compare/v0.8.0...v0.9.0 [0.8.0]: https://github.com/mattbrictson/chandler/compare/v0.7.0...v0.8.0 [0.7.0]: https://github.com/mattbrictson/chandler/compare/v0.6.0...v0.7.0 [0.6.0]: https://github.com/mattbrictson/chandler/compare/v0.5.0...v0.6.0 diff --git a/lib/chandler/version.rb b/lib/chandler/version.rb index d08d706..aade417 100644 --- a/lib/chandler/version.rb +++ b/lib/chandler/version.rb @@ -1,3 +1,3 @@ module Chandler - VERSION = "0.8.0".freeze + VERSION = "0.9.0".freeze end