Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Preparing v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Nov 9, 2016
1 parent 28a76ab commit 2edc57d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lib/chandler/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# frozen_string_literal: true
module Chandler
VERSION = "0.5.0".freeze
VERSION = "0.6.0".freeze
end

0 comments on commit 2edc57d

Please sign in to comment.