Skip to content

Commit

Permalink
Bump version to 2.2.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
chris1984 committed May 12, 2021
1 parent c68ffa0 commit 218d836
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [2.2.4]
- Fixes #32526 - don't mark compute profile password as required
- Fixes #32555 - default to public "azure" cloud if not specified
- Refs #32120 - drop Windows from limitations
- Fixes #32561 - use "cloud" in the CR API output

## [2.2.3]
- Fixes #32500 - Use Foreman::Cast.to_bool to parse private_ip

Expand Down
2 changes: 1 addition & 1 deletion lib/foreman_azure_rm/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ForemanAzureRm
VERSION = '2.2.3'.freeze
VERSION = '2.2.4'.freeze
end

0 comments on commit 218d836

Please sign in to comment.