Skip to content

Commit

Permalink
v0.6.1 - whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
Freaky committed Oct 26, 2018
1 parent 0e5a74c commit da4f814
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [0.6.1] - 2018-10-27
### Fixed
- Build gem from a clean git checkout, not my local development directory.
No functional changes.

## [0.6.0] - 2018-10-26
### Added
- This `CHANGELOG.md` by request of [@celsworth].
Expand Down Expand Up @@ -75,4 +80,5 @@
[0.4.0]: https://github.com/Freaky/monotime/commits/v0.4.0
[0.5.0]: https://github.com/Freaky/monotime/commits/v0.5.0
[0.6.0]: https://github.com/Freaky/monotime/commits/v0.6.0
[0.6.1]: https://github.com/Freaky/monotime/commits/v0.6.1
[@celsworth]: https://github.com/celsworth
2 changes: 1 addition & 1 deletion lib/monotime/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Monotime
VERSION = '0.6.0'
VERSION = '0.6.1'
end

0 comments on commit da4f814

Please sign in to comment.