diff --git a/CHANGELOG.md b/CHANGELOG.md index d233e2e..2e04fba 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.6.0][] (2016-11-09) + * [#19](https://github.com/mattbrictson/chandler/pull/19): Add GitHub Enterprise support - [@mattbrictson](https://github.com/mattbrictson) ## [0.5.0][] (2016-10-07) @@ -47,7 +50,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.5.0...HEAD +[Unreleased]: https://github.com/mattbrictson/chandler/compare/v0.6.0...HEAD +[0.6.0]: https://github.com/mattbrictson/chandler/compare/v0.5.0...v0.6.0 [0.5.0]: https://github.com/mattbrictson/chandler/compare/v0.4.0...v0.5.0 [0.4.0]: https://github.com/mattbrictson/chandler/compare/v0.3.1...v0.4.0 [0.3.1]: https://github.com/mattbrictson/chandler/compare/v0.3.0...v0.3.1 diff --git a/lib/chandler/version.rb b/lib/chandler/version.rb index 2a9fab8..ab1d783 100644 --- a/lib/chandler/version.rb +++ b/lib/chandler/version.rb @@ -1,4 +1,4 @@ # frozen_string_literal: true module Chandler - VERSION = "0.5.0".freeze + VERSION = "0.6.0".freeze end