Release version 1.4.1

This commit is contained in:
taitus
2021-11-25 12:29:33 +01:00
parent b9ccfcf0ae
commit 70b19cb290
3 changed files with 15 additions and 3 deletions

View File

@@ -2,6 +2,18 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/). 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) ## [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) [Full Changelog](https://github.com/consul/consul/compare/1.3.1...1.4.0)

View File

@@ -11,8 +11,8 @@ if Rails.env.development?
GitHubChangelogGenerator::RakeTask.new :changelog do |config| GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.user = "consul" config.user = "consul"
config.project = "consul" config.project = "consul"
config.since_tag = "1.3.1" config.since_tag = "1.4.0"
config.future_release = "1.4.0" config.future_release = "1.4.1"
config.base = "#{Rails.root}/CHANGELOG.md" config.base = "#{Rails.root}/CHANGELOG.md"
config.token = Rails.application.secrets.github_changelog_token config.token = Rails.application.secrets.github_changelog_token
config.issues = false config.issues = false

View File

@@ -10,7 +10,7 @@ class InstallationController < ApplicationController
private private
def consul_installation_details def consul_installation_details
{ release: "1.4.0" }.merge(features: settings_feature_flags) { release: "1.4.1" }.merge(features: settings_feature_flags)
end end
def settings_feature_flags def settings_feature_flags