diff --git a/CHANGELOG.md b/CHANGELOG.md index 4127d07..9655f32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [v4.1.0](https://github.com/voxpupuli/ra10ke/tree/v4.1.0) (2025-01-08) + +[Full Changelog](https://github.com/voxpupuli/ra10ke/compare/v4.0.0...v4.1.0) + +**Implemented enhancements:** + +- Improve dependencies check against :control\_branch [\#116](https://github.com/voxpupuli/ra10ke/pull/116) ([ananace](https://github.com/ananace)) + +**Fixed bugs:** + +- Fix false positive errors when ra10ke tries to validate modules with `branch: :control_branch` [\#117](https://github.com/voxpupuli/ra10ke/issues/117) + ## [v4.0.0](https://github.com/voxpupuli/ra10ke/tree/v4.0.0) (2025-01-02) [Full Changelog](https://github.com/voxpupuli/ra10ke/compare/v3.1.0...v4.0.0) diff --git a/lib/ra10ke/version.rb b/lib/ra10ke/version.rb index ea95acf..8d0c0f0 100644 --- a/lib/ra10ke/version.rb +++ b/lib/ra10ke/version.rb @@ -1,3 +1,3 @@ module Ra10ke - VERSION = '4.0.0' + VERSION = '4.1.0' end