From 0a80a60f8ea6c697fb5f2429fced3c7353a6bba8 Mon Sep 17 00:00:00 2001 From: Kyle Havlovitz Date: Tue, 13 Nov 2018 15:01:53 -0800 Subject: [PATCH] Update changelog and website for 1.3.1 release --- CHANGELOG.md | 7 +++++++ website/config.rb | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 005dd988d..d4ddff767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -40,6 +40,13 @@ BUG FIXES: * snapshot: Fixed a bug where node ID and datacenter weren't being included in or restored from the snapshots. [[GH-4872](https://github.com/hashicorp/consul/issues/4872)] * api: Fixed migration issue where changes to allow multiple tags in 1.3.0 would cause broken results during a migration from earlier versions [[GH-4944](https://github.com/hashicorp/consul/pull/4944)] +## 1.3.1 (November 13, 2018) + +BUG FIXES: + * api: Fix issue introduced in 1.3.0 where catalog queries with tag filters + change behaviour during upgrades from 1.2.x or earlier. (Back-ported from + 1.4.0 release candidate.) [[GH-4944](https://github.com/hashicorp/consul/issues/4944)]. + ## 1.3.0 (October 11, 2018) FEATURES: diff --git a/website/config.rb b/website/config.rb index 284d8e6e0..0da17d865 100644 --- a/website/config.rb +++ b/website/config.rb @@ -2,7 +2,7 @@ set :base_url, "https://www.consul.io/" activate :hashicorp do |h| h.name = "consul" - h.version = "1.3.0" + h.version = "1.3.1" h.github_slug = "hashicorp/consul" end