Release version 2.0.1

This commit is contained in:
Javi Martín
2023-08-17 21:07:47 +02:00
parent 582f8506c5
commit 20e577d7c8
2 changed files with 19 additions and 1 deletions

View File

@@ -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)

View File

@@ -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