diff --git a/CHANGELOG.md b/CHANGELOG.md index 68863c1..36e331b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Nanaimo Changelog -## Master +## 0.2.5 (2018-04-04) ##### Enhancements diff --git a/Gemfile.lock b/Gemfile.lock index 2e09b5a..606e7f1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - nanaimo (0.2.4) + nanaimo (0.2.5) GEM remote: https://rubygems.org/ diff --git a/lib/nanaimo/version.rb b/lib/nanaimo/version.rb index 36e9d24..c7e8df4 100644 --- a/lib/nanaimo/version.rb +++ b/lib/nanaimo/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Nanaimo - VERSION = '0.2.4'.freeze + VERSION = '0.2.5'.freeze end