Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: James Couball <jcouball@yahoo.com>
  • Loading branch information
jcouball committed Jan 7, 2024
1 parent 80da449 commit d22573d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v1.2.0 (2024-01-07)

[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.1.0..v1.2.0)

Changes since v1.1.0:

* 80da449 Add support for pre-release versions (#43)

## v1.1.0 (2023-10-15)

[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.0.0..v1.1.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/create_github_release/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

module CreateGithubRelease
# The version of this gem
VERSION = '1.1.0'
VERSION = '1.2.0'
end

0 comments on commit d22573d

Please sign in to comment.