Skip to content

Commit

Permalink
Bump version to 2.0.8 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 Sep 27, 2023
1 parent 192214e commit 16f1d4f
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
Expand Up @@ -4,17 +4,18 @@ Note: this log contains only changes from win32-taskscheduler release 0.4.0 and
-- it does not contain the changes from prior releases. To view change history
prior to release 0.4.0, please visit the [source repository](https://github.com/chef/win32-taskscheduler/commits).

<!-- latest_release 2.0.7 -->
## [win32-taskscheduler-2.0.7](https://github.com/chef/win32-taskscheduler/tree/win32-taskscheduler-2.0.7) (2023-07-18)
<!-- latest_release 2.0.8 -->
## [win32-taskscheduler-2.0.8](https://github.com/chef/win32-taskscheduler/tree/win32-taskscheduler-2.0.8) (2023-09-27)

#### Merged Pull Requests
- Add support for Session State Change [#90](https://github.com/chef/win32-taskscheduler/pull/90) ([HeyItsGilbert](https://github.com/HeyItsGilbert))
- Fix cookstyle lints + Fix Spellcheck [#93](https://github.com/chef/win32-taskscheduler/pull/93) ([HeyItsGilbert](https://github.com/HeyItsGilbert))
<!-- latest_release -->

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

#### Merged Pull Requests
- Fix cookstyle lints + Fix Spellcheck [#93](https://github.com/chef/win32-taskscheduler/pull/93) ([HeyItsGilbert](https://github.com/HeyItsGilbert)) <!-- 2.0.8 -->
- Add support for Session State Change [#90](https://github.com/chef/win32-taskscheduler/pull/90) ([HeyItsGilbert](https://github.com/HeyItsGilbert)) <!-- 2.0.7 -->
- Lint Test [#89](https://github.com/chef/win32-taskscheduler/pull/89) ([HeyItsGilbert](https://github.com/HeyItsGilbert)) <!-- 2.0.6 -->
- Upgrade to GitHub-native Dependabot [#81](https://github.com/chef/win32-taskscheduler/pull/81) ([dependabot-preview[bot]](https://github.com/dependabot-preview[bot])) <!-- 2.0.5 -->
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.7
2.0.8
2 changes: 1 addition & 1 deletion lib/win32/taskscheduler/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Win32
class TaskScheduler
# The version of the win32-taskscheduler library
VERSION = "2.0.7".freeze
VERSION = "2.0.8".freeze
end
end

0 comments on commit 16f1d4f

Please sign in to comment.