Merge pull request #4749 from consul/release_1.4.1

Release version 1.4.1
This commit is contained in:
Sebastia
2021-11-25 14:25:24 +01:00
committed by GitHub
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/).
## [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)

View File

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

View File

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