From fcdde2d47858194c84f924a1397a7f64d762c560 Mon Sep 17 00:00:00 2001 From: Liz Conlan Date: Mon, 10 Jun 2019 13:46:32 +0100 Subject: [PATCH] Bump alaveteli version --- 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 9b86443b49..a7f40edf04 100644 --- a/config/initializers/alaveteli.rb +++ b/config/initializers/alaveteli.rb @@ -11,7 +11,7 @@ load "util.rb" # Application version -ALAVETELI_VERSION = '0.32.0.1' +ALAVETELI_VERSION = '0.32.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 f1442ae29c..baedb3ac1d 100644 --- a/doc/CHANGES.md +++ b/doc/CHANGES.md @@ -1,3 +1,9 @@ +# 0.32.0.2 + +## Highlighted Features + +* Updated translations from Transifex (Liz Conlan) + # 0.32.0.1 ## Highlighted Features