From a45aff48033e6a0ca233ffec80e482f0e8c054b7 Mon Sep 17 00:00:00 2001 From: Oliver Valls <199462+tramuntanal@users.noreply.github.com> Date: Mon, 11 Nov 2024 22:25:49 +0100 Subject: [PATCH] Update changelog and version --- CHANGELOG.md | 3 +++ Gemfile.lock | 2 +- lib/decidim/department_admin/version.rb | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19282f4..18dec1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,9 @@ Following Semantic Versioning 2. ## next version: +## Version 0.7.2 (PATCH) +- Fix: Use prepend instead of overriding to apply Lib::Decidim::ParticipatorySpaceResourceableDecorator + ## Version 0.7.1 (PATCH) - Fix Zeitwerk errors with decorators diff --git a/Gemfile.lock b/Gemfile.lock index c930bd4..c8d13be 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -149,7 +149,7 @@ GIT PATH remote: . specs: - decidim-department_admin (0.7.1) + decidim-department_admin (0.7.2) decidim-admin (~> 0.27.0) decidim-core (~> 0.27.0) diff --git a/lib/decidim/department_admin/version.rb b/lib/decidim/department_admin/version.rb index e18b851..8e97aa8 100644 --- a/lib/decidim/department_admin/version.rb +++ b/lib/decidim/department_admin/version.rb @@ -5,7 +5,7 @@ module Decidim module DepartmentAdmin # see CHANGELOG.md def self.version - "0.7.1" + "0.7.2" end end end