summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md7
-rw-r--r--VERSION2
-rw-r--r--lib/mixlib/cli/version.rb2
-rw-r--r--mixlib-cli.gemspec2
4 files changed, 7 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 335da3e..02e28ee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,16 +1,17 @@
# mixlib-cli Changelog
-<!-- latest_release 2.0.8 -->
-## [2.0.8](https://github.com/chef/mixlib-cli/tree/2.0.8) (2019-06-01)
+<!-- latest_release 2.0.9 -->
+## [2.0.9](https://github.com/chef/mixlib-cli/tree/2.0.9) (2019-06-05)
#### Merged Pull Requests
-- Disable Travis testing &amp; Update codeowners [#62](https://github.com/chef/mixlib-cli/pull/62) ([tas50](https://github.com/tas50))
+- Fix gem homepage url [#64](https://github.com/chef/mixlib-cli/pull/64) ([tsub](https://github.com/tsub))
<!-- latest_release -->
<!-- release_rollup since=2.0.6 -->
### Changes not yet released to rubygems.org
#### Merged Pull Requests
+- Fix gem homepage url [#64](https://github.com/chef/mixlib-cli/pull/64) ([tsub](https://github.com/tsub)) <!-- 2.0.9 -->
- Disable Travis testing &amp; Update codeowners [#62](https://github.com/chef/mixlib-cli/pull/62) ([tas50](https://github.com/tas50)) <!-- 2.0.8 -->
- Setup BuildKite for PR testing [#61](https://github.com/chef/mixlib-cli/pull/61) ([tas50](https://github.com/tas50)) <!-- 2.0.7 -->
<!-- release_rollup -->
diff --git a/VERSION b/VERSION
index e8f41f0..ed35d09 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0.8 \ No newline at end of file
+2.0.9 \ No newline at end of file
diff --git a/lib/mixlib/cli/version.rb b/lib/mixlib/cli/version.rb
index dfc90e3..e71b212 100644
--- a/lib/mixlib/cli/version.rb
+++ b/lib/mixlib/cli/version.rb
@@ -1,5 +1,5 @@
module Mixlib
module CLI
- VERSION = "2.0.8".freeze
+ VERSION = "2.0.9".freeze
end
end
diff --git a/mixlib-cli.gemspec b/mixlib-cli.gemspec
index cb59eea..d36d660 100644
--- a/mixlib-cli.gemspec
+++ b/mixlib-cli.gemspec
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
s.description = s.summary
s.author = "Chef Software, Inc."
s.email = "info@chef.io"
- s.homepage = "https://www.github.com/mixlib-cli"
+ s.homepage = "https://github.com/chef/mixlib-cli"
s.license = "Apache-2.0"
s.required_ruby_version = ">= 2.4"