Skip to content

Commit

Permalink
Bump version to 4.0.9 by Chef Expeditor
Browse files Browse the repository at this point in the history
Obvious fix; these changes are the result of automation not creative thinking.
  • Loading branch information
chef-ci committed Aug 18, 2020
1 parent 2ea9c4c commit 9e9d28e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
# chef-vault Change Log

<!-- latest_release 4.0.8 -->
## [v4.0.8](https://github.com/chef/chef-vault/tree/v4.0.8) (2020-08-13)
<!-- latest_release 4.0.9 -->
## [v4.0.9](https://github.com/chef/chef-vault/tree/v4.0.9) (2020-08-18)

#### Merged Pull Requests
- Remove simplecov [#356](https://github.com/chef/chef-vault/pull/356) ([tas50](https://github.com/tas50))
- Added warning if input of vault admin is other than array [#352](https://github.com/chef/chef-vault/pull/352) ([sanga1794](https://github.com/sanga1794))
<!-- latest_release -->

<!-- release_rollup since=4.0.6 -->
### Changes not yet released to rubygems.org

#### Merged Pull Requests
- Added warning if input of vault admin is other than array [#352](https://github.com/chef/chef-vault/pull/352) ([sanga1794](https://github.com/sanga1794)) <!-- 4.0.9 -->
- Remove simplecov [#356](https://github.com/chef/chef-vault/pull/356) ([tas50](https://github.com/tas50)) <!-- 4.0.8 -->
- Update simplecov-console requirement from ~&gt; 0.2.0 to ~&gt; 0.7.2 [#344](https://github.com/chef/chef-vault/pull/344) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 4.0.7 -->
<!-- release_rollup -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.8
4.0.9
2 changes: 1 addition & 1 deletion lib/chef-vault/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
# limitations under the License.

class ChefVault
VERSION = "4.0.8"
VERSION = "4.0.9"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 9e9d28e

Please sign in to comment.