Releases: uva-cs3240-s22/word-of-mouth
Releases · uva-cs3240-s22/word-of-mouth
Release 2.0.0
What's Changed
- Changed env var names 'CLIENT_ID' and 'SECRET_KEY' to 'GOOGLE_CLIENT_… by @bmselewski in #28
- Fix duplicate test runs by @bmselewski in #29
- Bootstrapify (Closes #2) by @the-mann in #31
- Default Profile Pic by @the-mann in #33
- Feature/navigation by @the-mann in #34
- Recipes by @the-mann in #35
- Remove
DEV
variable, switch toPROD
, set fromapp.json
by @the-mann in #41 - Feature/sprint 4 testing by @the-mann in #36
- Release 2.0 by @the-mann in #44
Full Changelog: v1.0.0...v2.0.0
Sprint 3 - v1.0.0
From CHANGELOG.md
:
Added
- Added PostgreSQL support for Heroku deployments (@the-mann)
- Added Github Actions (@bmselewski, @the-mann)
- Store Google Login environment variables in Heroku (@bmselewski, @the-mann)
- Populate Google Login credentials based on environment variables
CLIENT_ID
andSECRET_KEY
- Tutorial in
README.md
for developers to spin up a development environment (@the-mann, @bmselewski) - Multi stage Heroku deployments (@the-mann, @bmselewski)
Changed
- Fixed
Procfile
issues, where it would refer to the unrefactored name of the Django project rather thanword_of_mouth
Removed
- Nothing