Skip to content

Commit

Permalink
Preparing for next development iteration, 0.8.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
dblock committed Dec 31, 2016
1 parent 8e0a60b commit bfe62cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 0.8.3 (Next)

* Your contribution here.

### 0.8.2 (December 31, 2016)

#### This version is no longer tested with Ruby < 2.2.
Expand Down
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ YARD::Rake::YardocTask.new do |t|
t.options = %w(-r README.md)
end

Bundler::GemHelper.install_tasks

require 'rake/testtask'

Rake::TestTask.new(:test) do |t|
Expand Down
2 changes: 1 addition & 1 deletion lib/hyperclient/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Hyperclient
VERSION = '0.8.2'.freeze
VERSION = '0.8.3'.freeze
end

0 comments on commit bfe62cd

Please sign in to comment.