From 286ba5d37d4e240d01bbefd2307a816829cf512d Mon Sep 17 00:00:00 2001 From: Ville Brofeldt Date: Mon, 11 Oct 2021 15:32:25 +0300 Subject: [PATCH] update changelog and version --- CHANGELOG.md | 11 +++++++++-- superset-frontend/package.json | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c1e26b9db1a2..abed93709cb4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,16 @@ specific language governing permissions and limitations under the License. --> ## Change Log -### 1.3.1 -**Database Migrations** +### 1.3.2 +**Fixes** +- [#16928](https://github.com/apache/superset/pull/16928) fix: handle mixed time-series error (@yougyoung94) +- [#16955](https://github.com/apache/superset/pull/16955) fix: don't log invalid redirect URL sent by user (@dpgaspar) +- [#16953](https://github.com/apache/superset/pull/16953) fix(examples): incorrect covid row component id (@villebro) +- [#16949](https://github.com/apache/superset/pull/16949) fix(explore): Ensuring parameters key is included (@craig-rueda) +- [#16933](https://github.com/apache/superset/pull/16933) fix(dashboard): recursive parent on dashboard components (@villebro) +- [#16893](https://github.com/apache/superset/pull/16893) fix: Clear native filters state (@simcha90) +### 1.3.1 **Features** - [#16711](https://github.com/apache/superset/pull/16711) feat(jinja): improve url parameter formatting (@villebro) - [#14955](https://github.com/apache/superset/pull/14955) feat: show build number value in the About if present in the config (@cccs-joel) diff --git a/superset-frontend/package.json b/superset-frontend/package.json index c8ce21242627f..b2044278e0c1b 100644 --- a/superset-frontend/package.json +++ b/superset-frontend/package.json @@ -1,6 +1,6 @@ { "name": "superset", - "version": "1.3.1", + "version": "1.3.2", "description": "Superset is a data exploration platform designed to be visual, intuitive, and interactive.", "license": "Apache-2.0", "directories": {