diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0b8117a..afeb4e686 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). +## [1.4.1](https://github.com/consul/consul/tree/1.4.1) (2021-11-25) + +[Full Changelog](https://github.com/consul/consul/compare/1.4.0...1.4.1) + +### Changed + +- **Translations:** Change the way we handle source strings updates [\#4748](https://github.com/consul/consul/pull/4748) + +### Fixed + +- **Translations:** New Crowdin updates [\#4747](https://github.com/consul/consul/pull/4747) + ## [1.4.0](https://github.com/consul/consul/tree/1.4.0) (2021-11-24) [Full Changelog](https://github.com/consul/consul/compare/1.3.1...1.4.0) diff --git a/Rakefile b/Rakefile index 60b4a0d2f..84610e308 100644 --- a/Rakefile +++ b/Rakefile @@ -11,8 +11,8 @@ if Rails.env.development? GitHubChangelogGenerator::RakeTask.new :changelog do |config| config.user = "consul" config.project = "consul" - config.since_tag = "1.3.1" - config.future_release = "1.4.0" + config.since_tag = "1.4.0" + config.future_release = "1.4.1" config.base = "#{Rails.root}/CHANGELOG.md" config.token = Rails.application.secrets.github_changelog_token config.issues = false diff --git a/app/controllers/installation_controller.rb b/app/controllers/installation_controller.rb index 209726171..419d257d7 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: "1.4.0" }.merge(features: settings_feature_flags) + { release: "1.4.1" }.merge(features: settings_feature_flags) end def settings_feature_flags