diff --git a/CHANGELOG.md b/CHANGELOG.md index 73fc33155..b1a976d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [2.0.1](https://github.com/consuldemocracy/consuldemocracy/tree/2.0.1) (2023-08-18) + +[Full Changelog](https://github.com/consuldemocracy/consuldemocracy/compare/2.0.0...2.0.1) + +### Added + +- **Translations:** Update translations from Crowdin [\#5176](https://github.com/consuldemocracy/consuldemocracy/pull/5176) + +### Changed + +- **Maintenance-Gems:** Bump selenium-webdriver from 4.0.0 to 4.11.0 [\#5162](https://github.com/consuldemocracy/consuldemocracy/pull/5162) + +### Fixed + +- **Maintenance-Rubocop:** Fix Rubocop convention offenses [\#5156](https://github.com/consuldemocracy/consuldemocracy/pull/5156) +- **SEO:** Fix syntax in robots.txt [\#5169](https://github.com/consuldemocracy/consuldemocracy/pull/5169) +- **Translations:** Use custom translations in components [\#5165](https://github.com/consuldemocracy/consuldemocracy/pull/5165) + ## [2.0.0](https://github.com/consuldemocracy/consuldemocracy/tree/2.0.0) (2023-07-17) [Full Changelog](https://github.com/consuldemocracy/consuldemocracy/compare/1.5.0...2.0.0) diff --git a/app/controllers/installation_controller.rb b/app/controllers/installation_controller.rb index 323008fb6..95fe9e5d0 100644 --- a/app/controllers/installation_controller.rb +++ b/app/controllers/installation_controller.rb @@ -10,7 +10,7 @@ class InstallationController < ApplicationController private def consul_installation_details - { release: "2.0.0" }.merge(features: settings_feature_flags) + { release: "2.0.1" }.merge(features: settings_feature_flags) end def settings_feature_flags