diff --git a/CHANGELOG.md b/CHANGELOG.md index bf85a02..e6bfc9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ ## [Unreleased] +* no unreleased changes * + +## 5.0.1 / 2025-02-03 +### Fixed * fix cancel modal button * re-introdce `btn-default` style * fix `bootstrap_tab_nav_tag` helper method with required classes @@ -6,7 +10,6 @@ * fix offset class name in line with Bootstrap 5 upgrade * fix `bootstrap_alert_tag` style with close button option - ## 5.0.0 / 2025-01-24 ### Changed * Support Bootstrap to v5.3.3 diff --git a/lib/ndr_ui/version.rb b/lib/ndr_ui/version.rb index 3cc503e..89eaffc 100644 --- a/lib/ndr_ui/version.rb +++ b/lib/ndr_ui/version.rb @@ -2,5 +2,5 @@ # This stores the current version of the NdrUi gem. Use semantic versioning http://semver.org module NdrUi - VERSION = '5.0.0' + VERSION = '5.0.1' end