Skip to content

Commit

Permalink
Bump version to 3.5.0 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 e5d6089 commit 4f8baea
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 3.4.9 -->
## [v3.4.9](https://github.com/chef/chef-vault/tree/v3.4.9) (2019-12-30)
<!-- latest_release 3.5.0 -->
## [v3.5.0](https://github.com/chef/chef-vault/tree/v3.5.0) (2019-12-30)

#### Merged Pull Requests
- Ensure search is not empty when refreshing [#332](https://github.com/chef/chef-vault/pull/332) ([jeremy-clerc](https://github.com/jeremy-clerc))
- Sparse mode converter [#327](https://github.com/chef/chef-vault/pull/327) ([jeunito](https://github.com/jeunito))
<!-- latest_release -->

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

#### Merged Pull Requests
- 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 -->
- API docs: Fix YARD warnings [#331](https://github.com/chef/chef-vault/pull/331) ([olleolleolle](https://github.com/olleolleolle)) <!-- 3.4.8 -->
- Migrate to Buildkite for PR testing [#336](https://github.com/chef/chef-vault/pull/336) ([tas50](https://github.com/tas50)) <!-- 3.4.7 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.9
3.5.0
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 = "3.4.9"
VERSION = "3.5.0"
MAJOR, MINOR, TINY = VERSION.split(".")
end

0 comments on commit 4f8baea

Please sign in to comment.