From 431ad5663163ebe767be659b40e51d56db6ed3bb Mon Sep 17 00:00:00 2001 From: James Couball Date: Thu, 17 Apr 2025 17:20:57 -0700 Subject: [PATCH] chore: release v2.1.5 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ lib/create_github_release/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 38dc7f3..5c6af54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.4" + ".": "2.1.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 2788b5c..98fcecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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). +## [2.1.5](https://github.com/main-branch/create_github_release/compare/v2.1.4...v2.1.5) (2025-04-18) + + +### Other Changes + +* Configure release-please to includes all changes in the CHANGELOG ([bc141c7](https://github.com/main-branch/create_github_release/commit/bc141c73399eaaad89a69608cee887f580e5f11a)) + ## [2.1.4](https://github.com/main-branch/create_github_release/compare/v2.1.3...v2.1.4) (2025-04-17) diff --git a/lib/create_github_release/version.rb b/lib/create_github_release/version.rb index fbfa571..4df733f 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 = '2.1.4' + VERSION = '2.1.5' end