Skip to content

Commit

Permalink
Merge pull request #413 from engaging-computing/dev
Browse files Browse the repository at this point in the history
v2.0.1 Change Log
  • Loading branch information
jasondkiesling authored Jul 20, 2020
2 parents 03241cc + d6c6689 commit 69cbd0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,8 @@ The Engaging Computing Group develops new technologies to enable learners—yout
## Status
[![CircleCI](https://circleci.com/gh/engaging-computing/MYR.svg?style=shield)](https://circleci.com/gh/engaging-computing/MYR)

## Change Log - 1.9.1 -> 2.0.0
- Removed all Firebase dependencies and uses Mongo exclusively
- Changed scene URL schema to be `/scene/:id`
- Replaced authentication with Google OAuth2
- Update npm version
- Replaced yarn with npm
## Change Log - 2.0.0 -> 2.0.1
- Fixed bug where tokens expired after one hour and weren't refreshed

## Acknowledgments
MYR uses [Aframe](https://aframe.io), a fantastic open source project, to render objects and effects in the three dimensional space.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "myr",
"version": "2.0.0",
"version": "2.0.1",
"private": false,
"engines": {
"node": "12.18.2"
Expand Down

0 comments on commit 69cbd0d

Please sign in to comment.