diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25d36ff..8249311 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.1.2" + ".": "2.1.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index a451344..ae9af10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). +## [2.1.3](https://github.com/main-branch/create_github_release/compare/v2.1.2...v2.1.3) (2025-04-16) + + +### Bug Fixes + +* Automate commit-to-publish workflow ([934289d](https://github.com/main-branch/create_github_release/commit/934289d3fad43157982eefe5d4bd65d066ab62cd)) +* Remove yardoc references to files not included in the project ([19b781c](https://github.com/main-branch/create_github_release/commit/19b781c621b0197f53c5edf19ec19c23fc497567)) + ## v2.1.2 (2024-10-10) [Full Changelog](https://github.com/main-branch/create_github_release/compare/v2.1.1..v2.1.2) diff --git a/lib/create_github_release/version.rb b/lib/create_github_release/version.rb index 4510a53..5e8abb5 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.2' + VERSION = '2.1.3' end