Skip to content

Commit

Permalink
Bump version to 4.0.1 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 Expeditor committed Dec 30, 2019
1 parent 9223d7f commit 12c53f2
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.0 -->
## [v4.0.0](https://github.com/chef/chef-vault/tree/v4.0.0) (2019-12-30)
<!-- latest_release 4.0.1 -->
## [v4.0.1](https://github.com/chef/chef-vault/tree/v4.0.1) (2019-12-30)

#### Merged Pull Requests
- Drop Ruby 2.2/2.3 support and resolve Chefstyle warnings [#337](https://github.com/chef/chef-vault/pull/337) ([tas50](https://github.com/tas50))
- Use Chef 14 to avoid license failures in test + use config.rb where we can [#338](https://github.com/chef/chef-vault/pull/338) ([tas50](https://github.com/tas50))
<!-- latest_release -->

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

#### Merged Pull Requests
- Use Chef 14 to avoid license failures in test + use config.rb where we can [#338](https://github.com/chef/chef-vault/pull/338) ([tas50](https://github.com/tas50)) <!-- 4.0.1 -->
- Drop Ruby 2.2/2.3 support and resolve Chefstyle warnings [#337](https://github.com/chef/chef-vault/pull/337) ([tas50](https://github.com/tas50)) <!-- 4.0.0 -->
- Sparse mode converter [#327](https://github.com/chef/chef-vault/pull/327) ([jeunito](https://github.com/jeunito)) <!-- 3.5.0 -->
- Ensure search is not empty when refreshing [#332](https://github.com/chef/chef-vault/pull/332) ([jeremy-clerc](https://github.com/jeremy-clerc)) <!-- 3.4.9 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
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.0"
VERSION = "4.0.1"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 12c53f2

Please sign in to comment.