diff --git a/CHANGELOG.md b/CHANGELOG.md index b6a7c0ca8..618f17d72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog + +## 0.28.0 (2019-12-26) + +### Added + +- ✨ change photo url and reset in profile form ([#745](https://github.com/bpetetot/conference-hall/issues/745)) [[ba4368b](https://github.com/bpetetot/conference-hall/commit/ba4368b00433feb16595e9dae9e99c5d94c1f324)] +- ✨ add link to request beta key ([#744](https://github.com/bpetetot/conference-hall/issues/744)) [[7b8f3c8](https://github.com/bpetetot/conference-hall/commit/7b8f3c808c6c4a063867e0ae58701ad9b3c979f3)] + +### Changed + +- ⬆️ upgrade dependencies ([#747](https://github.com/bpetetot/conference-hall/issues/747)) [[3a4ab4d](https://github.com/bpetetot/conference-hall/commit/3a4ab4d04dfae2a263356882fbe940c9bb9186b5)] + + ## 0.27.0 (2019-12-22) diff --git a/package.json b/package.json index 1398de734..e8610060a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.27.0", + "version": "0.28.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",