Skip to content

Commit

Permalink
Update Decidim dependency to <= 0.24.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed May 11, 2021
1 parent 1ac132b commit 3307fd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,9 +7,11 @@ Following Semantic Versioning 2.
- Allow to perform all actions in Conferences (decidim-conferences).
- Allow to perform some actions in Participants (decidim-participants).
- Increase minimum Decidim version to v0.23
- Decidim dependency must be <= v0.24.2
- Fix polymorphic error in redirect or link_to. In order to do that,
strings are changed by symbols. [CVE-2021-22885](https://github.com/advisories/GHSA-hjg4-8q5f-x6fm)


## Version 0.1.0 (MINOR)
- Increase minimum Decidim version to v0.22
- Add some documentation regarding the invitation of admins.
Expand Down
2 changes: 1 addition & 1 deletion decidim-department_admin.gemspec
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.push File.expand_path("lib", __dir__)

require "decidim/department_admin/version"

DECIDIM_VER = "< 0.24"
DECIDIM_VER = "<= 0.24.2"

Gem::Specification.new do |s|
s.version = Decidim::DepartmentAdmin.version
Expand Down

0 comments on commit 3307fd0

Please sign in to comment.