From 685ca98851777a609785f26e20c28eaa122feed3 Mon Sep 17 00:00:00 2001 From: Graeme Porteous Date: Tue, 17 Dec 2024 11:01:41 +0000 Subject: [PATCH] Bump Alaveteli to 0.44.0.2 --- config/initializers/alaveteli.rb | 2 +- doc/CHANGES.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/config/initializers/alaveteli.rb b/config/initializers/alaveteli.rb index 58f5abe70f..9d6ca7e4be 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -10,7 +10,7 @@ load "util.rb" # Application version -ALAVETELI_VERSION = '0.44.0.1' +ALAVETELI_VERSION = '0.44.0.2' # Add new inflection rules using the following format # (all these examples are active by default): diff --git a/doc/CHANGES.md b/doc/CHANGES.md index 5613fba751..111b28caea 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,9 @@ +# 0.44.0.2 + +## Highlighted Features + +* Updated translations from Transifex (Graeme Porteous) + # 0.44.0.1 ## Highlighted Features