Skip to content

Commit

Permalink
Bump version to 0.1.34 by Expeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
Chef Expeditor committed Apr 6, 2018
1 parent f607f42 commit 6cf744c
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 12 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
<!-- latest_release 0.1.33 -->
<!-- latest_release 0.1.34 -->
## [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))
<!-- latest_release -->

## [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))
<!-- latest_release -->

## [0.1.32](https://github.com/chef/chef-workstation/tree/0.1.32) (2018-04-05)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.33
0.1.34
12 changes: 6 additions & 6 deletions components/chef-workstation/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GIT
PATH
remote: .
specs:
chef-workstation (0.1.33)
chef-workstation (0.1.34)
mixlib-cli
mixlib-config
mixlib-install
Expand All @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ChefWorkstation
VERSION = "0.1.33"
VERSION = "0.1.34"
end

0 comments on commit 6cf744c

Please sign in to comment.