Skip to content

Commit

Permalink
Bump version to 1.0.37 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 29, 2022
1 parent 8449662 commit 01a6bfb
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,17 @@
# appbundle-updater Change Log

<!-- latest_release -->
<!-- latest_release 1.0.37 -->
## [v1.0.37](https://github.com/chef/appbundle-updater/tree/v1.0.37) (2022-08-29)

#### Merged Pull Requests
- update codeowners to include omnibus team &amp; some cleanup [#103](https://github.com/chef/appbundle-updater/pull/103) ([vkarve-chef](https://github.com/vkarve-chef))
<!-- latest_release -->

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

#### Merged Pull Requests
- update codeowners to include omnibus team &amp; some cleanup [#103](https://github.com/chef/appbundle-updater/pull/103) ([vkarve-chef](https://github.com/vkarve-chef)) <!-- 1.0.37 -->
<!-- release_rollup -->

<!-- latest_stable_release -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.36
1.0.37
2 changes: 1 addition & 1 deletion lib/appbundle_updater/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module AppbundleUpdater
VERSION = "1.0.36".freeze
VERSION = "1.0.37".freeze
end

0 comments on commit 01a6bfb

Please sign in to comment.