Skip to content

Commit

Permalink
Bump version to 2.2.2 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 Sep 24, 2019
1 parent a77548f commit ef42a99
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
7 changes: 4 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
<!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->

<!-- latest_release 2.2.1 -->
## [v2.2.1](https://github.com/chef/license_scout/tree/v2.2.1) (2019-04-01)
<!-- latest_release 2.2.2 -->
## [v2.2.2](https://github.com/chef/license_scout/tree/v2.2.2) (2019-09-24)

#### Merged Pull Requests
- Leverage the new &#39;v2&#39; Habitat builds in Expeditor [#201](https://github.com/chef/license_scout/pull/201) ([tduffield](https://github.com/tduffield))
- Migrate tests to buildkite [#203](https://github.com/chef/license_scout/pull/203) ([jaymalasinha](https://github.com/jaymalasinha))
<!-- latest_release -->

<!-- release_rollup since=2.2.0 -->
### Changes since 2.2.0 release

#### Merged Pull Requests
- Migrate tests to buildkite [#203](https://github.com/chef/license_scout/pull/203) ([jaymalasinha](https://github.com/jaymalasinha)) <!-- 2.2.2 -->
- Leverage the new &#39;v2&#39; Habitat builds in Expeditor [#201](https://github.com/chef/license_scout/pull/201) ([tduffield](https://github.com/tduffield)) <!-- 2.2.1 -->
<!-- release_rollup -->

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.1
2.2.2
2 changes: 1 addition & 1 deletion habitat/plan.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pkg_name=license_scout
pkg_origin=chef
pkg_version="2.2.1"
pkg_version="2.2.2"
pkg_license=("Apache-2.0")
pkg_maintainer="Chef Release Engineering <[email protected]>"
pkg_upstream_url="https://github.com/chef/license_scout"
Expand Down
2 changes: 1 addition & 1 deletion lib/license_scout/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
#

module LicenseScout
VERSION = "2.2.1".freeze
VERSION = "2.2.2".freeze
end

0 comments on commit ef42a99

Please sign in to comment.