From 8ece47db01fb6d12851e0b6249fe885043c91251 Mon Sep 17 00:00:00 2001 From: Benjamin Petetot Date: Fri, 1 Feb 2019 11:54:19 +0100 Subject: [PATCH] :bookmark: v0.7.2 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8dbc7f443..00e6ac769 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog + + +## 0.7.2 (2019-02-01) + +### Fixed + +- 🐛 fix ratings when get a slow connexion ([#455](https://github.com/bpetetot/conference-hall/issues/442)) + + ## 0.7.1 (2019-01-14) diff --git a/package.json b/package.json index 7afa8b50e..bbae3f287 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.7.1", + "version": "0.7.2", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",