File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
lib/manageiq/appliance_console Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
44
55## [ Unreleased]
66
7+ ## [ 11.1.0] - 2026-02-24
8+ ### Added
9+ - Add krbPrincipalName to sssd.conf user attributes [[ #298 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/298 )]
10+
711## [ 11.0.0] - 2026-01-22
812### Added
913- Add support for Rails 8 [[ #297 ] ( https://github.com/ManageIQ/manageiq-appliance_console/pull/297 )]
@@ -318,7 +322,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
318322
319323## [ 1.0.0] - 2017-10-19
320324
321- [ Unreleased ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v11.0.0...HEAD
325+ [ Unreleased ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v11.1.0...HEAD
326+ [ 11.1.0 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v11.0.0...v11.1.0
322327[ 11.0.0 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.2...v11.0.0
323328[ 10.0.2 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.1...v10.0.2
324329[ 10.0.1 ] : https://github.com/ManageIQ/manageiq-appliance_console/compare/v10.0.0...v10.0.1
Original file line number Diff line number Diff line change 11module ManageIQ
22 module ApplianceConsole
3- VERSION = '11.0 .0' . freeze
3+ VERSION = '11.1 .0' . freeze
44 end
55end
You can’t perform that action at this time.
0 commit comments