diff --git a/CHANGELOG.md b/CHANGELOG.md index 269a49e..a4ada14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.7] +- Fix tests by using Postgres 14 +- i18n - pulling from tx +- Sync locale Makefile from plugin template +- Pin GitHub actions to a major version +- Bump actions/setup-node from 3.5.0 to 3.5.1 +- Bump actions/checkout from 2.4.0 to 3.1.0 +- Bump actions/setup-node from 3.4.1 to 3.5.0 + ## [2.2.6] - Bump actions/setup-node from 2.1.5 to 2.2.0 - Fixes #32713 - Add Cloud validation to controller diff --git a/lib/foreman_azure_rm/version.rb b/lib/foreman_azure_rm/version.rb index e2adfb3..7a27594 100644 --- a/lib/foreman_azure_rm/version.rb +++ b/lib/foreman_azure_rm/version.rb @@ -1,3 +1,3 @@ module ForemanAzureRm - VERSION = '2.2.7'.freeze + VERSION = '2.2.8'.freeze end