Skip to content

Commit 0f44ce1

Browse files
committed
Release v1.5.0
Signed-off-by: James Couball <[email protected]>
1 parent fdc35ee commit 0f44ce1

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
## v1.5.0 (2024-09-10)
9+
10+
[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.4.0..v1.5.0)
11+
12+
Changes since v1.4.0:
13+
14+
* fdc35ee Optionally apply a release label to release PRs
15+
* c122e7f Add Semver PR Label Check workflow
16+
* afc3883 Update to the latest version of the CodeClimate test coverage reporter
17+
* 0a57cbd Fix test errors due to array being in different order
18+
* 30d46fb Fix rubocop offense from new Gemspec/AddRuntimeDependency cop
19+
820
## v1.4.0 (2024-05-10)
921

1022
[Full Changelog](https://[email protected]/main-branch/create_github_release/compare/v1.3.4..v1.4.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 = '1.4.0'
5+
VERSION = '1.5.0'
66
end

0 commit comments

Comments
 (0)