Skip to content

Commit

Permalink
Bump version to 4.0.4 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 12, 2020
1 parent f95031d commit 39685c1
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.3 -->
## [v4.0.3](https://github.com/chef/chef-vault/tree/v4.0.3) (2020-07-29)
<!-- latest_release 4.0.4 -->
## [v4.0.4](https://github.com/chef/chef-vault/tree/v4.0.4) (2020-08-12)

#### Merged Pull Requests
- Replaced string with regex in sub method [#351](https://github.com/chef/chef-vault/pull/351) ([sanga1794](https://github.com/sanga1794))
- Handled exception from vault? method [#350](https://github.com/chef/chef-vault/pull/350) ([sanga1794](https://github.com/sanga1794))
<!-- latest_release -->

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

#### Merged Pull Requests
- Handled exception from vault? method [#350](https://github.com/chef/chef-vault/pull/350) ([sanga1794](https://github.com/sanga1794)) <!-- 4.0.4 -->
- Replaced string with regex in sub method [#351](https://github.com/chef/chef-vault/pull/351) ([sanga1794](https://github.com/sanga1794)) <!-- 4.0.3 -->
- Added note in documentation regarding the vault item name [#349](https://github.com/chef/chef-vault/pull/349) ([sanga1794](https://github.com/sanga1794)) <!-- 4.0.2 -->
<!-- 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.3
4.0.4
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.3"
VERSION = "4.0.4"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 39685c1

Please sign in to comment.