Skip to content

Commit

Permalink
Bump version to 2.2.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-ci committed Nov 20, 2020
1 parent 28c3e42 commit f43ea20
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 @@
# win32-service Change Log

<!-- latest_release -->
<!-- latest_release 2.2.0 -->
## [win32-service-2.2.0](https://github.com/chef/win32-service/tree/win32-service-2.2.0) (2020-11-20)

#### Merged Pull Requests
- Refactor ::status with new methods [#64](https://github.com/chef/win32-service/pull/64) ([jasonwbarnett](https://github.com/jasonwbarnett))
<!-- latest_release -->

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

#### Merged Pull Requests
- Refactor ::status with new methods [#64](https://github.com/chef/win32-service/pull/64) ([jasonwbarnett](https://github.com/jasonwbarnett)) <!-- 2.2.0 -->
<!-- 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 @@
2.1.6
2.2.0
2 changes: 1 addition & 1 deletion lib/win32/windows/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Win32
class Service
VERSION = "2.1.6"
VERSION = "2.2.0"
MAJOR, MINOR, TINY = VERSION.split(".")
end
end

0 comments on commit f43ea20

Please sign in to comment.