diff --git a/CHANGELOG.md b/CHANGELOG.md index 04ce23da3..316389f34 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog + +## 0.2.0 (2018-11-18) + +### Added + +- ✨ add "report a bug" link ([#335](https://github.com/bpetetot/conference-hall/issues/335)) [[c5c7b41](https://github.com/bpetetot/conference-hall/commit/c5c7b41efeaec66412db25c29329322a6bd51cfb)] +- ✨ add private events ([#351](https://github.com/bpetetot/conference-hall/issues/351)) [[ad4f463](https://github.com/bpetetot/conference-hall/commit/ad4f463df72a510f010abb3022d675dcb2a26082)] + +### Changed + +- ⬆️ use of node 8 with cloud functions ([#336](https://github.com/bpetetot/conference-hall/issues/336)) [[942cda9](https://github.com/bpetetot/conference-hall/commit/942cda96af32bdc26eb8ef551afb343ce79d7dac)] + +### Removed + +- 🔥 remove temporary Apis ([#339](https://github.com/bpetetot/conference-hall/issues/339)) [[10c39ce](https://github.com/bpetetot/conference-hall/commit/10c39ce3144e937e09a1ae1ee947599926cb9c3f)] +- 🔥 preload cloud functions to avoid functions cold-start ([#359](https://github.com/bpetetot/conference-hall/issues/359)) [[6bd90d6](https://github.com/bpetetot/conference-hall/commit/6bd90d63b04e8e35d9c96cb33060b9dd26dc4703)] + +### Security + +- 🔒 use cloud functions to submit / unsubmit talks ([#338](https://github.com/bpetetot/conference-hall/issues/338)) [[8d67ef9](https://github.com/bpetetot/conference-hall/commit/8d67ef956821d2c34e2c9975a615c6485790a332)] + +### Miscellaneous + +- 💄 fix radio group overflow ([#352](https://github.com/bpetetot/conference-hall/issues/352)) [[d32b21c](https://github.com/bpetetot/conference-hall/commit/d32b21c3a1c7828afe3cd1e703ab5051fc66da14)] + + ## 0.1.0 (2018-11-03) diff --git a/package.json b/package.json index 4a530e40b..d746b40ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "conference-hall", - "version": "0.1.0", + "version": "0.2.0", "private": true, "bugs": "https://github.com/bpetetot/conference-hall/issues", "repository": "github:bpetetot/conference-hall",