Skip to content

Commit

Permalink
Release v9.1.1
Browse files Browse the repository at this point in the history
Changed
- Don't depend on eth0 for displaying network information [#263]
  • Loading branch information
bdunne committed Aug 13, 2024
1 parent 782e623 commit d3a99f5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [9.1.1] - 2024-08-13
### Changed
- Don't depend on eth0 for displaying network information [[#263](https://github.com/ManageIQ/manageiq-appliance_console/pull/263)]

## [9.1.0] - 2024-07-24
### Added
- Add a common method for asking for a password [[#251](https://github.com/ManageIQ/manageiq-appliance_console/pull/251)]
Expand Down Expand Up @@ -285,7 +289,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [1.0.0] - 2017-10-19

[Unreleased]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.1.0...HEAD
[Unreleased]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.1.1...HEAD
[9.1.1]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.1.0...v9.1.1
[9.1.0]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.3...v9.1.0
[9.0.3]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.2...v9.0.3
[9.0.2]: https://github.com/ManageIQ/manageiq-appliance_console/compare/v9.0.1...v9.0.2
Expand Down
2 changes: 1 addition & 1 deletion lib/manageiq/appliance_console/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module ManageIQ
module ApplianceConsole
VERSION = '9.1.0'.freeze
VERSION = '9.1.1'.freeze
end
end

0 comments on commit d3a99f5

Please sign in to comment.