diff --git a/CHANGELOG.md b/CHANGELOG.md index ce1f339..f83d2a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,20 @@ # win32-certstore Change Log - -## [v0.6.1](https://github.com/chef/win32-certstore/tree/v0.6.1) (2021-03-04) - -#### Merged Pull Requests -- refactoring the helper.rb to put a default for output_path. Generic calls to cert_ps_cmd fail since they won't provide a path by default [#76](https://github.com/chef/win32-certstore/pull/76) ([johnmccrae](https://github.com/johnmccrae)) + - -### Changes not yet released to rubygems.org - -#### Merged Pull Requests -- refactoring the helper.rb to put a default for output_path. Generic calls to cert_ps_cmd fail since they won't provide a path by default [#76](https://github.com/chef/win32-certstore/pull/76) ([johnmccrae](https://github.com/johnmccrae)) -- Remove the release notes [#77](https://github.com/chef/win32-certstore/pull/77) ([tas50](https://github.com/tas50)) -- added support to properly export a pfx object to disk [#75](https://github.com/chef/win32-certstore/pull/75) ([johnmccrae](https://github.com/johnmccrae)) + +## [v0.6.1](https://github.com/chef/win32-certstore/tree/v0.6.1) (2021-03-04) + +#### Merged Pull Requests +- added support to properly export a pfx object to disk [#75](https://github.com/chef/win32-certstore/pull/75) ([johnmccrae](https://github.com/johnmccrae)) +- Remove the release notes [#77](https://github.com/chef/win32-certstore/pull/77) ([tas50](https://github.com/tas50)) +- refactoring the helper.rb to put a default for output_path. Generic calls to cert_ps_cmd fail since they won't provide a path by default [#76](https://github.com/chef/win32-certstore/pull/76) ([johnmccrae](https://github.com/johnmccrae)) + + ## [v0.5.3](https://github.com/chef/win32-certstore/tree/v0.5.3) (2021-02-01) #### Merged Pull Requests @@ -27,7 +25,6 @@ - Updated the expeditor verify pipeline to test against Ruby 3.0 [#68](https://github.com/chef/win32-certstore/pull/68) ([johnmccrae](https://github.com/johnmccrae)) - Update mixlib-shellout requirement from < 3.0.12 to < 3.2.3 [#69](https://github.com/chef/win32-certstore/pull/69) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) - Require Ruby 2.5+ and test on Ruby 3.0 [#71](https://github.com/chef/win32-certstore/pull/71) ([johnmccrae](https://github.com/johnmccrae)) - ## [v0.4.1](https://github.com/chef/win32-certstore/tree/v0.4.1) (2020-08-21)