diff --git a/CHANGELOG.md b/CHANGELOG.md index 953586c9e..3c9c69a8f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ - + +## [0.1.34](https://github.com/chef/chef-workstation/tree/0.1.34) (2018-04-06) + +#### Merged Pull Requests +- Fixes the bolding of the NOTE message in README [#60](https://github.com/chef/chef-workstation/pull/60) ([burtlo](https://github.com/burtlo)) + + ## [0.1.33](https://github.com/chef/chef-workstation/tree/0.1.33) (2018-04-05) #### Merged Pull Requests - Support for connecting to winrm over ssl [#54](https://github.com/chef/chef-workstation/pull/54) ([marcparadise](https://github.com/marcparadise)) - ## [0.1.32](https://github.com/chef/chef-workstation/tree/0.1.32) (2018-04-05) diff --git a/README.md b/README.md index dbb376588..4df0af09a 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ Chef Workstation installs everything you need to get started using Chef on Windo ## Getting Started 1. Download Chef Workstation - * [Download Chef Workstation for Mac](http://artifactory.chef.co/omnibus-unstable-local/com/getchef/chef-workstation/0.1.33/mac_os_x/10.13/chef-workstation-0.1.33-1.dmg) + * [Download Chef Workstation for Mac](http://artifactory.chef.co/omnibus-unstable-local/com/getchef/chef-workstation/0.1.34/mac_os_x/10.13/chef-workstation-0.1.34-1.dmg) - * [Download Chef Workstation for Windows](http://artifactory.chef.co/omnibus-unstable-local/com/getchef/chef-workstation/0.1.33/windows/2016/chef-workstation-0.1.33-1-x64.msi) + * [Download Chef Workstation for Windows](http://artifactory.chef.co/omnibus-unstable-local/com/getchef/chef-workstation/0.1.34/windows/2016/chef-workstation-0.1.34-1-x64.msi) ***Note:*** This link is internal and requires VPN diff --git a/VERSION b/VERSION index 5a1431ca7..23e5f1854 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.33 \ No newline at end of file +0.1.34 \ No newline at end of file diff --git a/components/chef-workstation/Gemfile.lock b/components/chef-workstation/Gemfile.lock index 6886bf9cc..2e5fbf5fc 100644 --- a/components/chef-workstation/Gemfile.lock +++ b/components/chef-workstation/Gemfile.lock @@ -18,7 +18,7 @@ GIT PATH remote: . specs: - chef-workstation (0.1.33) + chef-workstation (0.1.34) mixlib-cli mixlib-config mixlib-install @@ -33,13 +33,13 @@ GEM remote: https://rubygems.org/ specs: ast (2.4.0) - aws-sdk (2.11.29) - aws-sdk-resources (= 2.11.29) - aws-sdk-core (2.11.29) + aws-sdk (2.11.30) + aws-sdk-resources (= 2.11.30) + aws-sdk-core (2.11.30) aws-sigv4 (~> 1.0) jmespath (~> 1.0) - aws-sdk-resources (2.11.29) - aws-sdk-core (= 2.11.29) + aws-sdk-resources (2.11.30) + aws-sdk-core (= 2.11.30) aws-sigv4 (1.0.2) azure_mgmt_resources (0.16.0) ms_rest_azure (~> 0.10.0) diff --git a/components/chef-workstation/lib/chef-workstation/version.rb b/components/chef-workstation/lib/chef-workstation/version.rb index 7dbfd3cda..9bb25cda5 100644 --- a/components/chef-workstation/lib/chef-workstation/version.rb +++ b/components/chef-workstation/lib/chef-workstation/version.rb @@ -1,3 +1,3 @@ module ChefWorkstation - VERSION = "0.1.33" + VERSION = "0.1.34" end