From c8210553f7633700f50ae00f7c09d566277ff3e3 Mon Sep 17 00:00:00 2001 From: James Couball Date: Mon, 8 Jan 2024 09:08:05 -0800 Subject: [PATCH] Release v1.3.0 Signed-off-by: James Couball --- CHANGELOG.md | 10 ++++++++++ lib/create_github_release/version.rb | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd81dd..741ad7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,16 @@ 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.3.0 (2024-01-08) + +[Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.2.0..v1.3.0) + +Changes since v1.2.0: + +* fa6ddb2 Add option to create and revert scripts to show version (#48) +* 954bea7 Add revert-github-release script (#47) +* 564267a Correctly use semverify to increment pre-release versions (#46) + ## v1.2.0 (2024-01-07) [Full Changelog](https://github.com/main-branch/create_github_release/compare/v1.1.0..v1.2.0) diff --git a/lib/create_github_release/version.rb b/lib/create_github_release/version.rb index c49367a..7a152ae 100644 --- a/lib/create_github_release/version.rb +++ b/lib/create_github_release/version.rb @@ -2,5 +2,5 @@ module CreateGithubRelease # The version of this gem - VERSION = '1.2.0' + VERSION = '1.3.0' end