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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [Unreleased]
* no unreleased changes *

## 5.0.0 / 2025-01-24
### Changed
* Support Bootstrap to v5.3.3
* Drop support for Bootstrap 3/4
* include bootstrap-icons library
Expand Down
2 changes: 1 addition & 1 deletion lib/ndr_ui/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# This stores the current version of the NdrUi gem. Use semantic versioning http://semver.org
module NdrUi
VERSION = '4.1.2'
VERSION = '5.0.0'
end
Loading