From 42a2024c63687efaae6c487b9d4dcb0547c1074d Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Mon, 5 Jun 2023 13:11:18 -0400 Subject: [PATCH] Bump version to 2.2.10 --- CHANGELOG.md | 4 ++++ lib/foreman_azure_rm/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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