diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 949ce4c..0451499 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.2.2" + ".": "0.2.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 87673dd..9f7de8b 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). +## [0.2.3](https://github.com/main-branch/command_line_boss/compare/v0.2.2...v0.2.3) (2025-04-18) + + +### Other Changes + +* Configure release-please to includes all changes in the CHANGELOG ([8d17cb3](https://github.com/main-branch/command_line_boss/commit/8d17cb3dbac1a66d43251d3eae463da62d82f2e3)) + ## [0.2.2](https://github.com/main-branch/command_line_boss/compare/v0.2.1...v0.2.2) (2025-04-17) diff --git a/lib/command_line_boss/version.rb b/lib/command_line_boss/version.rb index 6b740d7..10ea689 100644 --- a/lib/command_line_boss/version.rb +++ b/lib/command_line_boss/version.rb @@ -2,5 +2,5 @@ class CommandLineBoss # Gem version - VERSION = '0.2.2' + VERSION = '0.2.3' end