Skip to content

Commit

Permalink
Merge pull request #5177 from consuldemocracy/release_2.0.1
Browse files Browse the repository at this point in the history
Release version 2.0.1
  • Loading branch information
javierm committed Aug 18, 2023
2 parents e064475 + 20e577d commit fd71ae5
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion app/controllers/installation_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def details
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
Expand Down

0 comments on commit fd71ae5

Please sign in to comment.