diff --git a/CHANGELOG.md b/CHANGELOG.md index e9316a0..103e8a4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +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.10] +- refs #36389 - Translation fixes + ## [2.2.9] - i18n - pulling from tx +- Unify casing in options ## [2.2.8] - Fix tests by using Postgres 14 diff --git a/lib/foreman_azure_rm/version.rb b/lib/foreman_azure_rm/version.rb index 40a8687..327ce02 100644 --- a/lib/foreman_azure_rm/version.rb +++ b/lib/foreman_azure_rm/version.rb @@ -1,3 +1,3 @@ module ForemanAzureRm - VERSION = '2.2.9'.freeze + VERSION = '2.2.10'.freeze end