diff --git a/CHANGELOG.md b/CHANGELOG.md index 30c5c4c09a..4bd17a4f3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 2.1.3 +- Bugfix for db: timestamps should be with time zone. +- Bump unleash-fronted to 2.2.3 + ## 2.1.2 - Bugfix for migration: avoid multiple calls on same callback. diff --git a/package.json b/package.json index 11e5452756..40e501545b 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "prom-client": "^7.1.0", "response-time": "^2.3.2", "serve-favicon": "^2.3.0", - "unleash-frontend": "^2.2.2", + "unleash-frontend": "^2.2.3", "yallist": "^2.0.0", "yargs": "^6.5.0" },