diff --git a/CHANGELOG.md b/CHANGELOG.md index 966f7dc..43bcfda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,13 @@ -# 1.2.0 (November 15, 2021) +## 1.3.0 (November 29, 2021) + +* Add login page and redirect to login for pages that require login by ([@chriscerie](https://github.com/chriscerie) in [#171](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/171)) +* Link to google authentication from login button by ([@chriscerie](https://github.com/chriscerie) in [#172](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/172)) +* Move mapbox access token to environment variable by ([@chriscerie](https://github.com/chriscerie) in [#173](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/173)) +* Fix logout button and profile icon not clicking by ([@chriscerie](https://github.com/chriscerie) in [#177](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/177)) +* Fix proximity by ([@jwangathan](https://github.com/jwangathan) in [#183](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/183)) +* Review formatting by ([@sarahkwon](https://github.com/sarahkwon) in [#188](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/188)) + +## 1.2.0 (November 15, 2021) * Add footer ([@jasonem225](https://github.com/jasonem225) in [#141](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/141)) * Edit footer styling and change links to single-page links ([@jasonem225](https://github.com/jasonem225) in [#150](https://github.com/ucsb-cs148-f21/project-t06-campusmaps/pull/150))