Skip to content

Commit 9a318d0

Browse files
committed
Release v2.0.1
Signed-off-by: James Couball <[email protected]>
1 parent 0b28bdc commit 9a318d0

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## v2.0.1 (2024-09-18)
9+
10+
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v2.0.0..v2.0.1)
11+
12+
Changes since v2.0.0:
13+
14+
* 0b28bdc Make command_line_boss a runtime dependency
15+
816
## v2.0.0 (2024-09-18)
917

1018
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.5.0..v2.0.0)

lib/create_github_release/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
module CreateGithubRelease
44
# The version of this gem
5-
VERSION = '2.0.0'
5+
VERSION = '2.0.1'
66
end

0 commit comments

Comments
 (0)