Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ The format is based on [Keep a Changelog], and this project adheres to

## [Unreleased]

[Unreleased]: https://github.com/envato/stack_master/compare/v2.19.0...HEAD

## [2.19.0] - 2026-08-10

### Added

- Allow the use of [commander](https://github.com/commander-rb/commander)
Expand All @@ -19,7 +23,7 @@ The format is based on [Keep a Changelog], and this project adheres to

- Resolve lint issues identified by RuboCop. ([#401])

[Unreleased]: https://github.com/envato/stack_master/compare/v2.18.0...HEAD
[2.19.0]: https://github.com/envato/stack_master/compare/v2.18.0...v2.19.0
[#401]: https://github.com/envato/stack_master/pull/401
[#403]: https://github.com/envato/stack_master/pull/403

Expand Down
2 changes: 1 addition & 1 deletion lib/stack_master/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StackMaster
VERSION = '2.18.0'
VERSION = '2.19.0'
end
Loading