Skip to content

Commit

Permalink
Update changelog and version
Browse files Browse the repository at this point in the history
  • Loading branch information
tramuntanal committed Nov 11, 2024
1 parent 1f48557 commit a45aff4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion lib/decidim/department_admin/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module Decidim
module DepartmentAdmin
# see CHANGELOG.md
def self.version
"0.7.1"
"0.7.2"
end
end
end

0 comments on commit a45aff4

Please sign in to comment.